I have set a session variable from an ASPX page. If I use a clientside
javascript function to popup a new window (an ASP file), then the new window
does not have access to the session variable. Is this behaviour correct?
If I rewrite the popup so that it is an ASPX then it gets the session
variable. What is going on? I am mixing ASP and ASPX in the same
application. Am I actually running two different sessions and therefore
unable to pass session variables?
Thanks for any insight.
Troy
Yes it is correct. ASP and ASPX will not share session variables, no matter
how you set up the application.
~Brad
---------------------------------------
The Best Support On The 'Net
Windows 2000 Advanced Hosting
http://www.orcsweb.com/
---------------------------------------
ASP.Net FAQ - http://www.aspnetfaq.com/
ASPAlliance - http://www.aspalliance.com/
"prau" <n...@email.please.com> wrote in message
news:#$CVjmQqAHA.320@tkmsftngp05...