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)#">

This is the code that sets the timeout in Application.cfm

<cfset SESSION.aID="1">

This is the code that sets the session variable in index.cfm

Any help appreciated!

Joshua Miller
Web Development
Eagle Technologies Group, Inc.
Business Solutions for the Next Generation
www.eagletgi.com <http://www.eagletgi.com>
[EMAIL PROTECTED] <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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to