Mike Tonks wrote:
How about a javascript timer to take them back to the login form when they time out, avoiding the problem of them filling in the form with an expired session?
Another option, if you're using Ajax, is to detect the timeout on the client side (in Javascript) and if they are timed out, show a pop up window asking for their login credentials that then get's forwarded to the appropriate authentication service and they get their cookies updates, etc. Then when that's all done successfully have the browser submit the form. Might be more work than you're wanting to do, but will provide a better user experience imo.
-- Michael Peters Plus Three, LP ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
