> > you could also use a JS popup? or could you!? > > nope, cos that would halt timeout until it was cleared, and > if someone's left their desk, then it could stay there > indefinitely, until the world runs out of fossil fuels and > the sun goes supernova.
Unless the JS was outside the application, and then it wouldn't touch the timeout! Either that, or it's JUST an HTML pop-up (ie not CFM) Without using a client-side language of some sort (ie JS) or some kind of client side code that doesn't use any interaction with the server, then you can't really do this. However, the way I would do it would be to create a timeout 30 seconds before and show a pop-up that was just HTML or something and have a button that says "don't time me out" and that form has an action that is within the application, thus stopping the timeout! Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
