How to pass asp session to C# session ?

K

Kelvin

Hi All,

Please help.
How to pass traditional asp session variable to C# session variable ??
Please advise. Thanks
 
J

John Timney \(ASP.NET MVP\)

The easiest way is via a database or through a querystring value, and
recreate the value as a session variable in the asp.net instance. Typically
you cant share asp and asp.net sessions but there are some tools on the web
to allow this if you need to get this deep - have a fish around in google
and see what you find.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top