Posted By:
Adam_Zimowski
Posted On:
Monday, March 13, 2006 06:54 AM
Hi,
I have a standard session listener attached to my app. sessionDestroyed executes when session is indeed expired (destroyed). However, I tried simulating power outage by killing the JVM process with a kill command on my linux desktop, and I expected session listener not to run due to abrupt ending to the process. Yet it still executed. How can I prevent it from running in such situations?
Adam