Access ASP session from ASPX

  • Thread starter Thread starter js
  • Start date Start date
J

js

My application is a mixed of ASP and ASPX pages. There are Session
variables created by some of the ASP pages. I need to access those in
ASPX pages. Does anyone know how? Or is it possible?
 
Store session state in sql server... This is the best way i think...
 
Back
Top