> I would like session variables for an application that I am currently
> working on to last an entire 24 hours.
>
> This is a fusebox application, so in my app_globals file I have:
>
> <cfapplication name="xyz" sessionmanagement="yes"
> SESSIONTIMEOUT="#CreateTimeSpan(1, 0, 0, 0)#" clientmanagement="YES"
> setclientcookies="YES" >
>
> In spite of setting sessiontimeout to 1 day, they still seem
> to be timing out after 20 minutes. Does anyone have any ideas what
> I might be doing wrong.
You may have a 20-minute maximum limit set in the CF Administrator. The
maximum limit specified by default when you install CF is 2 hours, I think.
As a side note, are you sure you want to have a day-long session? That's a
long time to retain data in memory. Also, are you using Client variables as
well as Session variables? If not, you might as well set CLIENTMANAGEMENT to
"NO".
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
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.