D
Daniel Smith
Some more information. The reason for the variables being lost is that
the Session_Start event is being called several times and this then
clears the variables but not the Session Id.
The project is an existing project and because the session object and
the Context object is used in many different places it isn't realistic
to alter this for the sake of getting the project to work well in
debug mode.
the Session_Start event is being called several times and this then
clears the variables but not the Session Id.
The project is an existing project and because the session object and
the Context object is used in many different places it isn't realistic
to alter this for the sake of getting the project to work well in
debug mode.