How to pass asp session to C# session ?

  • Thread starter Thread starter Kelvin
  • Start date Start date
K

Kelvin

Hi All,

Please help.
How to pass traditional asp session variable to C# session variable ??
Please advise. Thanks
 
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
 
Back
Top