college_amy Posted March 5, 2004 Posted March 5, 2004 Ok, here is my question... I have a JSP app that adds a session variable called "ID". Can I retrieve this same session variable with ASP.Net or are session variables language dependent? If I can extract it with ASP.Net ... then how do I do that? Quote
Moderators Robby Posted March 5, 2004 Moderators Posted March 5, 2004 No you can't. Quote Visit...Bassic Software
praveensg Posted March 6, 2004 Posted March 6, 2004 In fact, I guess you cannot even retrieve ASP session Variables on .net pages Quote
Superfly1611 Posted March 7, 2004 Posted March 7, 2004 In fact' date=' I guess you cannot even retrieve ASP session Variables on .net pages[/quote'] This isn't true - whilst i don't think the infrastructure is in place for sharing session variables with JSP. It is possible to share ASP session state with ASP.Net session state using a SQL Server Database. This explains how Howver i'm not too keen on the idea myself as I like to hit my Databases a little as possible. But thats just an opinion. Quote
AdrenalineX Posted March 9, 2004 Posted March 9, 2004 Ok, here is my question... I have a JSP app that adds a session variable called "ID". Can I retrieve this same session variable with ASP.Net or are session variables language dependent? If I can extract it with ASP.Net ... then how do I do that? Although not an ideal solution, the following link describes how you can 'transfer' session states between ASP.NET and Classic ASP (and with a small amount of tweaking, your JSP app). Hope you find it helpful, I did. Transfer Session Variables from Classic ASP to ASP.NET Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.