but jon, no clue to differentiate whether session timeout or session never
set before.


-----Original Message-----
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 29 March 2001 5:51 PM
To: CF-Talk
Subject: Re: Detect session timeout and prompt messages.

Just put this in your application.com.

<cfif isDefined("session.variableName")>
    <cflocation template="login.cfm">
</cfif>

jon
----- Original Message -----
From: "Rudy Rustam" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 29, 2001 3:58 AM
Subject: Detect session timeout and prompt messages.


> Hi folks,
> How is it possible to prompt the user a message after session timeout?
> Or how do we detect whether the session has time out?
>
> thanx in adv
>
> - Rudy
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to