Hugo Ahlenius wrote in part: > Mura is trying to set the session timeout short for bots (5 mins) and 3 hrs > for 'real people'. > > I had a closer look at it now, and I saw that I actually misread it first, > it is not in the OnRequestStart method that they are trying to do this, > rather in a cfinclude in the Application.cfc body - which should only be > executed once through the life of the application, right? >
No, the body runs every time. Think of the <cfset This.Name = "theSiteName" /> lines at the beginning of the CFC, like the <cfapplication...> tag in an Application.cfm file it runs every time. So the sessiontimeout code is running every page hit... -- Yours, Kym -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
