... which makes sense because (I'm assuming) the application.cfc pseudo constructor is run *before* the OnApplicationStart() function, which would set up an application scope?
That would mean that in order to have user set session spans I would have to pull from persistent storage, like a config file, and parse in the pseudo constructor, set a variable, and then pass into the createTimeSpan function. Hoping to use the longer life of the application scope isn't going to work here since, when the app is starting up, that scope does not exist at that point. Poop. I *am* doing config file parsing already on the OnApplicationStart() event but that's too late. -Matthew -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
