If you mean what I think you mean - you do know you posted to the CF-Talk
and not the bank's complaints email? ;) - then you need to use session or
client variables (the former is likely to be more relevant) - you can set a
local timeout in your Application.cfm with the following code:

<cfapplication name="Whatever"  sessionmanagement="yes"
sessiontimeout="#createtimespan(0,0,5,0)#">

Where the timespan function is (day,hour,minute,second)


HTH

James                           

"The Force is strong in this one..."                  - Darth Vader
        


-----Original Message-----
From: Peter Benoit [mailto:[EMAIL PROTECTED]]
Sent: 23 March 2001 13:35
To: CF-Talk
Subject: determine if user is active?


My bank disconnects me after 5 minutes, how can I reproduce this?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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