> I have an application that stores a variable in SESSION scope ... the
> application is set to timeout after 12 hours, however, when users
> login and
> begin working, after about 10-15 minutes, they get logged out. CFServer is
> set to hold SESSIONs for 12 hours as is the application its self.
>
> My only thought is this: Does the SESSION variable have to be set in the
> Application.cfm file in order for it to use the 12 hour timeout? The
> variable is currently being set in the index.cfm page while the
> cfapplication tag that sets the timeout is in the Application.cfm page.
>
> <CFAPPLICATION name="TRR_ADMIN"
>                sessionmanagement="Yes"
>                setclientcookies="Yes"
>                sessiontimeout="#CreateTimeSpan(0,12,00,0)#">

Joshua,

Remove the double-quotes from the sessiontimeout parameter. That's burned me
more than once. :) (And make that double-zero a single zero.)

Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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