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





______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to