Hi,
This question is more to do with servlets & not directly related to struts
(other than that I am using struts) to develop this application.
I was trying to find a way to detect when a session was destroyed either
because the user logged out or because of a session time out or something
else.
I looked at the API and found that 2.3 has lifecycle events, one of them a
HttpSessionListener. I am working with 2.2 I was wondering if there is an
alternative to this in 2.2 & how people handled this when these events didnt
exist.
Does one have to write a thread that continuously monitors if a session
still exists?
Thanks
Pratima