I thought the CreateTimeSpan function syntax was days, hours, minutes,
seconds.

If this is correct (I am referencing CFML Language Reference in Studio) then
I have the Session and Application set to timeout in 1 hour.

--------------------
Tim Bahlke, CIFO
thinkcreate.com
p. 336.230.0575
f. 336.230.0083

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 14, 2000 10:10 AM
To: [EMAIL PROTECTED]
Subject: Re: session management

The SessionTimeOut and ApplicationTimeout has a 1 day before they can kill
the variables. That's what I think where the problem is.

Rob


<< Hey all,

 I am having a serious session management problem.  Here is my cfapplication
 tag ...

 <CFAPPLICATION NAME="xite"
    SESSIONMANAGEMENT="Yes"
    SESSIONTIMEOUT="#CreateTimeSpan(0,1,0,0)#"
    APPLICATIONTIMEOUT="#CreateTimeSpan(0,1,0,0)#">

 When I was working with the application last night I had a cfid of 71.
This
 morning when I come back in (machine was shutdown last night) and logged
 back into the application I had a cfid of 71 and the stuff that I put into
 the shopping cart last night showed up.

 What am I doing wrong????!!!

 --------------------
 Tim Bahlke, CIFO
 thinkcreate.com
 p. 336.230.0575
 f. 336.230.0083
  >>
----------------------------------------------------------------------------
--
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.

Reply via email to