Don't get confused - CreateTimeSpan() always returns a timespan (no matter if you say "seconds", "minutes", "hours" or whatever - in the end you get a number of milliseconds.
However: you can never set the sessiontimeout in CFAPPLICATION higher than the max setting in the CF Adminstrator. Most hosts set this rather low (much lower than 24 hours). Could that be the issue? Jim Davis > -----Original Message----- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 12:07 AM > To: CF-Talk > Subject: RE: session expire question > > aight. > thanks. i just seemed that a sessiontimeoutthat i had set to > be like this... > > <cfapplication name="tonyTest" sessionmanagement="Yes" > sessiontimeout="#createTimeSpan(1,0,0,0)#"> > > disappeared after midnight, and was there 20 minutes ago (which was the > previous day) > > ?tony? > > -----Original Message----- > From: Nathan Strutz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 12:04 AM > To: CF-Talk > Subject: RE: session expire question > > > That will be 24 hours after the last page hit, just as setting it to 15 > minutes times out after 15 minutes of inactivity. > > -nathan strutz > > > -----Original Message----- > > From: Tony Weeg [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 23, 2003 9:01 PM > > To: CF-Talk > > Subject: session expire question > > > > > > to all the night owls... > > > > if you have a session var set and you set the createTimeSpan for a > > sessiontimeout of 1 day. does that expire @ midnight (time on the > > server) > > or 24 hrs from the point of original setting? > > > > thanks > > > > ....tony > > > > tony weeg > > [EMAIL PROTECTED] > > www.revolutionwebdesign.com > > rEvOlUtIoN wEb DeSiGn > > 410.334.6331 > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138249 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

