Hi Mark,
Is there any way to allow servlets to auto-logout a user when the timeout
has been reached.
We solved the problem slightly different.
We use a rather small timeout for the session (say 10 minutes) and put a
small iframe (nearly hidden, just changing colors) on the page where we
use a javascript which refresh this little page (meta refresh might do
it too) every minute.
Due to this ping the session wont expire as long as the browser is open.
Once the user closed the browser those pings are absent and the session
will be destroyed.
No need to put the user on a "you have been logged out" page as the
browser window for to the corresponding session is no longer existent.
Should I patent this? ;-)
---
Mario
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]