Sharing ASP seesion with ASP.net

  • Thread starter Thread starter asnowfall
  • Start date Start date
A

asnowfall

I have an ASP file that that stores data in 'Session' object. Later
same ASP page loads another ASPX file written in C#; and I would like
to access the data stored in 'Session' object. Can I do this?

And I barely know ASP.


Thanks
Ramesh
 
Back
Top