Hi Sam,
Here's a technique on the MSDN site:
"How to Share Session State Between Classic ASP and ASP.NET"
http://msdn.microsoft.com/library/de...rtToASPNET.asp
"sam" <> wrote in message
news:093001c39dc8$ca316280$...
> 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