Session & Application Variables vs. ASP

  • Thread starter Thread starter Victor
  • Start date Start date
V

Victor

I'm trying to use Application and Session variables defined in .ASP pages, in an .ASPX
page. They are showing as blank in the ASPX page.

Are the Session and Application variables defined in a classical ASP page available to
an ASP.NET page in the same web?

Thanks,

Vic
 
Hello Victor,

http://www.asp101.com/articles/sidney/sharingsessionstate/default.asp

V> I'm trying to use Application and Session variables defined in .ASP
V> pages, in an .ASPX page. They are showing as blank in the ASPX page.
V>
V> Are the Session and Application variables defined in a classical ASP
V> page available to an ASP.NET page in the same web?
V>
V> Thanks,
V>
V> Vic
V>
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top