reading asp session in aspx

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

I have a project with two pages. One is a .ASP page and
one is a .aspx page. The .asp page creates a session, and
I need to be able to read this session from the .aspx.

Using session("var") returns nothing. I am unable to
convert the .asp page.

Is there a way I can read the ASP session in the ASPX
page?

Regards
Sam
 
Back
Top