| Author |
Ending a session?
|
Allen Williams
Ranch Hand
Joined: Sep 04, 2006
Posts: 136
|
|
I apologize in advance, this is a very general question, so I'm not sure exactly where to post it (here or servlets or elsewhere). How does one gracefully end a session with jsp/servlets? Free up all the (in my application) user- or session-specific resources, and return the user to a login screen? The equivalent of "exit" in C or C++ (well, this wouldn't return the user to anything other than to the OS prompt or another window getting the focus, but you know what I mean). Is there a convention, or standard that sites should use?
|
-------<br />Thanks & regards,<br />anw
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56540
|
|
|
Invalidate the session.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Ending a session?
|
|
|