-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Richard,
Gundersen, Richard wrote: > In the JavaScript, you could just do a simple loop that counts down from > <session-timeout>....zero. When the loop gets to within e.g. 60 seconds > from zero, pop up your message. You don't want to do this. You want to use "setTimeout", which allows you to schedule a bit of code to be run after a certain interval. My bank does this, and I hate it. After a few minutes, it says "you are about to be logged out, click OK to stay logged-in". It does this with a javascript alert and more than half the time, my session times out before I bother to click either "Ok" or "Cancel". I find this to be a completely worthless feature, especially because the J2EE authorization mechanism is designed to allow you to pick up where you left off if your session times out (because it remembers the page you were trying to access after you login). - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFY2Pa9CaO5/Lv0PARAobAAKCzo9aYwW+hZFKU8T9TW7kUgtxrvwCfbFk5 zr4fqqpJ4eqP/YMpV8GGxSI= =MJwc -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]