Set a param in your application.cfm called Session.Loggedin for example with
a default of "no"
When a user logs in set this variable to yes.
Then in your application.cfm also have code that says:
<cfif Session.Loggedin IS "No">
<cflocation url="logon.cfm">
</cfif>
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 24 August 2000 15:01
To: [EMAIL PROTECTED]
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
-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
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.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.