| Author |
regarding invalidating sessions
|
Gaurav Chikara
Ranch Hand
Joined: Jun 09, 2000
Posts: 410
|
|
Is it possible to forcefully invalidate a session generally we invalidate a session on some event by session.invalidate() method but if we want to forcefully invalidate it thru server or ny other means can anyone pls tell as how is it possible?
|
SCJP,SCWCD,SCBCD<br />If Opportunity doesn't knock then build the door
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
|
|
You would need an independent storage for references to the sessions since the API no longer lets you get at all sessions in an application. Some sort of Administration servlet with a Vector of sessions would work. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: regarding invalidating sessions
|
|
|