>> that wont work cause the page will allready be gone by the time the popup goes, hence onUnload
D'oh! you're right again, Mista Onnis... >> You could do some cookie stuff using javascript if you wanted to clear the cfid and >> cftoken so its not there when the user opens the browser again >> he has admin rights cause the session is still active. yep, combating CF's sticky sessions http://www.thenetprofits.co.uk/coldfusion/faq/topic.cfm?TopicID=1#answer149 cheers barry.b -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Barry Beattie Sent: Monday, June 28, 2004 2:22 PM To: CFAussie Mailing List Subject: [cfaussie] RE: End Session will using the page event OnPageUnload() be better to use for the alert? It might not be triggered by the refresh (can't try it ATM) <body OnPageUnload="alert('do you really want to go?')"> (I think) let me understand this. you're using the meta-refresh to keep the user logged on and you only want their session to die when they close the browser. you _don't_ want the session to end via timeouts? (how about if they navigate away?) Is this to counter CF's sticky sessions (leave and come back) so they HAVE to log in again? barry.b � -----Original Message----- From: Carl Vanderpal [mailto:[EMAIL PROTECTED] Sent: Monday, 28 June 2004 2:08 PM To: CFAussie Mailing List Subject: [cfaussie] RE: End Session Hello CFAussie, Barry, 2) sorry I did not explain myself properly, I have tried Java-Script when they close the browser (Alert..Click on Logout) but when the meta refresh kicked in it popped the Java-Script window up with the Alert message... :D Best regards, Carl Vanderpal Po Box 3462 Dural, NSW 2158 mailto:[EMAIL PROTECTED] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
