> Does not the application tag override the default settings? It seems to be > taking only the default setting.
According to my book (not MX version).... "Using the SESSIONTIMEOUT attribute of the <CFAPPLICATION> tag, you can set how long you want your SESSION variables to persist. However, using this attribute, you can never exceed the maximum time limit set in the ColdFusion Administrator." In practice, we have found this to be true. But again, we're not using MX. Don't know if anything changed there or not. Kristi ----- Original Message ----- From: "Adaryl Wakefield" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 10:39 AM Subject: Re: [KCFusion] problem with session timeout > Ok after researching my session var issue a bit I found this > > >If you're using IIS on your server, take a look at the timeout on it. That > has bit me before. Also make sure the time out on the cf server is what you > >want it to be. > > I have my default timeout for session vars set at 20 mikes but I also have > <cfapplication name="entireSite" sessionmanagement="Yes" > setclientcookies="Yes" applicationtimeout="#CreateTimeSpan(0,2,0,0)#" > sessiontimeout="#CreateTimeSpan(0,2,0,0)#"> > > Does not the application tag override the default settings? It seems to be > taking only the default setting. > > I then checked IIS and there is a setting in there called connection > timeout. Its currently set at 900 sec (15 mikes). Does that have something > to do with CF loosing the session var too early or does that have nothing to > do with it? I guess im not understanding what a connection time out would > have to do with a session var stored in memory. > > > Adaryl "Did you reboot?" Wakefield > Aviator by passion > Programmer by sheer force of will > > > > ========================================================= > Kansas City ColdFusion User Group's website & listserv is > hosted through the generous support of Clickdoug.com > To send email to the list, email [EMAIL PROTECTED] > To (un)subscribe, email [EMAIL PROTECTED] with your request. > For hosting solutions http://www.clickdoug.com > Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. > ====================================================== > > ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To (un)subscribe, email [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ======================================================
