I have a really weird problem with session variables.
I have an asp.net page that sets several session variables. On my development machine (localhost), I am posting back and the session values ββare still populated.
When I reload the page by clicking on the url line and pressing Enter, session variables still exist.
However, when I deploy this page to the web server, the page still saves the session values ββwhen posting back, but as soon as I click on the URL and press Enter, the session values ββare lost (where ispostback = false)
But when I click the refresh button, there are session variables (but I get a pop-up window warning me that these pages should be outraged!)
I am running IE 7 and the iis6 web server, what am I doing wrong ?!
please help x
source share