| Author |
sessionDestroyed
|
Ankur Jain Kothari
Ranch Hand
Joined: Feb 08, 2010
Posts: 154
|
|
|
this method is called when session is invalidated...what are the different ways this can happen? i think one is session timeout...what does client refusing to join the session mean?
|
Do What You Wanna Be....Taking Things The Way They Come
scjp 1.6 91 percent, scmad 90 percent(rounded off to nearest integer)
|
 |
Ravishanker kumar
Ranch Hand
Joined: Jul 20, 2006
Posts: 53
|
|
I know only following two,
1. session invalidated
2. session timeout
Is there any case when sessionDestroyed would be called?
|
 |
Harpreet Singh janda
Ranch Hand
Joined: Jan 14, 2010
Posts: 317
|
|
|
These are the only ways a session can be invalid.
|
 |
 |
|
|
subject: sessionDestroyed
|
|
|