J
Jeanne Louw
Hi
Why would this happen? The Application_Start and Session_Start events
fires on each page request on my website.
SessionID stays the same between page requests.
<sessionState mode="InProc" in WebConfig.>
Session state is also not set to readonly in any page directives.
I set a session variable in the Session_Start event that gets changed
by other pages. However, when requesting any page the session
variable's value is back to the value that I coded in the
Session_Start event! When stepping through my code the
Application_Start and Session_Start events are called on every page
request.
Why is this?
Jeanne Louw
Why would this happen? The Application_Start and Session_Start events
fires on each page request on my website.
SessionID stays the same between page requests.
<sessionState mode="InProc" in WebConfig.>
Session state is also not set to readonly in any page directives.
I set a session variable in the Session_Start event that gets changed
by other pages. However, when requesting any page the session
variable's value is back to the value that I coded in the
Session_Start event! When stepping through my code the
Application_Start and Session_Start events are called on every page
request.
Why is this?
Jeanne Louw