How to detect timeout session??

2002-05-16 Thread Mario Martinez
Hi friends: I need to find an easy way to detect timeout session to redirect the user to a login page in case he has spent too much time without actvity. Any easy way to detect that at the beginning of one template??? regards and thanks in advance Mario

RE: How to detect timeout session??

2002-05-16 Thread Margaret Fisk
to the individual page and manages session timeouts in one. Margaret -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 9:21 AM To: CF-Talk Subject: RE: How to detect timeout session?? put this in application.cfm cfif (logic to check timeout

RE: How to detect timeout session??

2002-05-16 Thread Tony_Petruzzi
- From: Margaret Fisk [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:23 PM To: CF-Talk Subject: RE: How to detect timeout session?? I do a similar check but at the top of the page so it also catches people who haven't logged in at all. If the session variables are not defined or don't

Re: How to detect timeout session??

2002-05-16 Thread Sharon Diorio
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 16, 2002 11:49 AM Subject: How to detect timeout session?? Hi friends: I need to find an easy way to detect timeout session to redirect the user to a login page in case he has spent too much time without actvity. Any easy way

Re: How to detect timeout session??

2002-05-16 Thread Mario Martinez
- From: Mario Martinez [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 16, 2002 11:49 AM Subject: How to detect timeout session?? Hi friends: I need to find an easy way to detect timeout session to redirect the user to a login page in case he has spent too much time