hi,
I have migrated a site from ASP to ASp.net. Migrated pages are in JScript.net. and I didn't use any code behind in any of the migrated pages. I added one new discussion forum to the same site. It is designed in C#.net. here I created it as a web application.
I have two doubts.
1) is it possible to share same session in two different pages both are devoloped in different languages(JScript.net, C#.net). Both the pages didn't use codebehind?
2) Is it possible to share same session in one migrated asp.net page (JScript.net) with a web application(C#.net, used code behind and created a dll).
david_net06
Member
5 Points
1 Post
Session sharing issue?
Feb 08, 2006 03:37 AM|LINK
I have migrated a site from ASP to ASp.net. Migrated pages are in JScript.net. and I didn't use any code behind in any of the migrated pages. I added one new discussion forum to the same site. It is designed in C#.net. here I created it as a web application.
I have two doubts.
1) is it possible to share same session in two different pages both are devoloped in different languages(JScript.net, C#.net). Both the pages didn't use codebehind?
2) Is it possible to share same session in one migrated asp.net page (JScript.net) with a web application(C#.net, used code behind and created a dll).