need help with session values
-
Hi, I am a bit confused with sessions, I have read somewhere that session values get destroyed after the session is expired ; to test that i created two web forms each generating session values on page load, also i capture browser session id by: session.sessionid(); I am using mozilla firefox as browser I see that when I click on a button i can see my session values in text boxes i provided even after the session has expired also the browser id should have changed too..... but it remains the same however when i close the browser with all its tabs then the browser id changes......... what should I conclude with the experiment? 1) what is the browser id anyway? 2) when are session values deleted anyway? 3) why did the browser showed my previous session values even after the session was expired? please help thanks Shankbond