C
Chris Rathman
I'm having problems with the Session variables disappearing between
page calls and thought someone might be able to help me find the errors
of my ways. The problem surfaces in two different ways:
Randomly disappearing Session: I can run through the app and at random
places within the page requests, the Session variable just mysteriously
loses track of the primitives I placed within the Session. Are there
any known issues about when an application gets reset? And are there
ways to mitigate this problem?
Recompile causes disappearing Session: Whenever I recompile the base
modules, the application seems to reset itself, clearing out all the
session variables. This maes life difficult when I want to apply
hotfixes, since anyone that is running the application will have all
the session variables wiped out if they are logged in at the moment.
I suppose I could save off much of the Session state to the database.
But then, at the minimum, I still need at least a single reference
point of Session identity that can be accessed as the key to these
pseudo-session variables.
Any suggestions about how to maximize Session persistance would be most
appreciated.
Thanks,
Chris Rathman
page calls and thought someone might be able to help me find the errors
of my ways. The problem surfaces in two different ways:
Randomly disappearing Session: I can run through the app and at random
places within the page requests, the Session variable just mysteriously
loses track of the primitives I placed within the Session. Are there
any known issues about when an application gets reset? And are there
ways to mitigate this problem?
Recompile causes disappearing Session: Whenever I recompile the base
modules, the application seems to reset itself, clearing out all the
session variables. This maes life difficult when I want to apply
hotfixes, since anyone that is running the application will have all
the session variables wiped out if they are logged in at the moment.
I suppose I could save off much of the Session state to the database.
But then, at the minimum, I still need at least a single reference
point of Session identity that can be accessed as the key to these
pseudo-session variables.
Any suggestions about how to maximize Session persistance would be most
appreciated.
Thanks,
Chris Rathman