Termination of Session Variables
Posted: Fri Jan 05, 2007 8:38 pm
I've got Session Variables in my web site, but I'm curious about what happens when a user leaves the site. Do the variables destroy themselves after a period of time, or if the user leaves then comes back will the variables still be set. For instance in Java there is a garbage collector.
I'm also curious about the logic if a user is inactive for a while, how can I make it where it will destroy the variables, like sign out the user.
Thanks for sharing the knowledge.
I'm also curious about the logic if a user is inactive for a while, how can I make it where it will destroy the variables, like sign out the user.
Thanks for sharing the knowledge.