Session sharing with ASP.Net and ASP

avi8tor

Member
Joined
Jun 3, 2004
Messages
7
Location
Gig Harbor, WA
Programming Experience
3-5
Does anyone have a good reference or idea on how to share session values between asp.net and asp. I have a web application in .net that must make a call to an asp page for processing and then return back to the aspx page. Some say you cannot transfer session variables between the two and others say you can.

I have seen different work-arounds written in C#, but wondering if anyone had a solution using vb.net.

Any help would be appreciated.
 
Thanks, but I don't really have a problem converting from C#. Already have a tool that does the same. I just wanted ideas on how to share sessions between asp and asp.net.
 
Back
Top