Force user to the login page automatically

2004-12-20 Thread Asim Manzur
I have an Application.cfm which timeout the session in 15 min. How is it possible to redirect the user to the logout page automatically when the session expires. i.e. user is on add.cfm page. and he left the screen there and came back to computer after 25 min and he is still on this page. he

RE: Force user to the login page automatically

2004-12-20 Thread Emmet McGovern
Use a timed javascript redirect. Set the timeout length the same as the session length. You could even do it with a meta refresh. emmet -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 11:15 AM To: CF-Talk Subject: Force user to the login

Re: Force user to the login page automatically

2004-12-20 Thread Asim Manzur
could even do it with a meta refresh. emmet -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 11:15 AM To: CF-Talk Subject: Force user to the login page automatically I have an Application.cfm which timeout the session in 15 min. How

RE: Force user to the login page automatically

2004-12-20 Thread Emmet McGovern
Sure, or in the header if its shared amongst all the pages. -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 11:32 AM To: CF-Talk Subject: Re: Force user to the login page automatically You mean to put the blow code in application.cfm