Ken, Thanks for the reply. I have the session and application set to 1 day
in the admin. It seems to last about 20 minutes (although I have not timed
it specifically). I seem to remember that 20 minutes is default unless you
over-ride it with the scope setting that's what has me scratching my head. I
was thinking I overlooked something simple (which is usually the case).

Tony

-----Original Message-----
From: Ken Wilson [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 27, 2002 6:14 PM
To: CF-Talk
Subject: RE: Session Woes


What's the max timeout value set to in the CF Admin? Doesn't matter what you
set it to in your cfapplication tag...if the admin setting is less it will
timeout.

Ken


-----Original Message-----
From: Tony Gruen [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 27, 2002 8:34 PM
To: CF-Talk
Subject: Session Woes


Hello List-Members,
I have an issue with sessions that is escaping me. I have the session setup
using the scope below yet it still seems to timeout pre-maturely. It is
important that I not have the session timeout for 5-8 hours because the
application is being used over the course of a normal work day.

Have I missed something? I have been researching what other settings I may
need and cannot find the culprit.


<CFAPPLICATION NAME="AppName"
        CLIENTMANAGEMENT="Yes"
    CLIENTSTORAGE="Registry"
    SETCLIENTCOOKIES="Yes"
    SESSIONMANAGEMENT="Yes"
    SESSIONTIMEOUT=#CREATETIMESPAN(0, 5, 0, 0)#
    APPLICATIONTIMEOUT=#CREATETIMESPAN(0, 5, 0, 0)#
    SETDOMAINCOOKIES="No">







______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to