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"> ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

