|
Log out when the maxInactiveTime is reached.
I would like to display a message to the user (Clinet) stating that the session has been terminated when the session is closed due to MaxInactiveTime. At present it is set to 600 seconds. I am using JPS for the client and Java for the server with Tomcat 5.5 as the application server.
I have no idea as to how to even get started. I could use some detailed help please.
|