I am simply not doing something correct...I hope someone can help.
Problem: I am prematurely getting a session timeout; less than an hour.
---------------------------
I have configured the Coldfusion Server with the following:
Session Variables MAX Timeout: 23 hours  DEFAULT Timeout: 20 minutes
---------------------------
I rebooted the server.
---------------------------
I also have the following CFAPPLICATION settings:

<cfapplication name="NOVA"
        clientmanagement="YES"
        sessionmanagement="YES"
        setclientcookies="No"
        sessiontimeout=#CreateTimeSpan(0,23,0,0)#
        applicationtimeout=#CreateTimeSpan(2,0,0,0)#
        clientstorage="cfclientvar">
---------------------------
FYI:
- I only have a handful of session variables to keep track of the state of
the application but I am NOT locking them.
- I have only ONE <cfapplication> tag
- I do have two other application.cfm but they only contain a <CFINCLUDE
template="../application.cfm">
---------------------------
Question:
1)      What am I doing wrong?
2)      How can I trap the session timeout and perform a CFLOCATION to the login
page?
---------------------------

thanks - Kinley


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