Sure .. you could do it with something like this:

<cflock scope="SESSION" timeout="30" type="READONLY">
    <cfif not isdefined('Session.LoggedIn')>
        <cflocation url="../login.cfm">
    </cfif>
</cflock>

Todd Ashworth

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 24, 2000 10:00 AM
Subject: Session timeout?


| 
| 
| Hello all.
|            Is there a way to find whether the session timed out.If
| the session timed out display the logon page.
| 
| Some like 
| <cfif Not isDefined(Session)>
| <cflocation ../logon.cfm>
| </cfif>
| 
| but i cant get this work.
| 
| Appretiate any comments.
| 
| thanks
| Joe


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to