Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Posted
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.

Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...