[Won]
> | > What is the advantages of having your application timeout?
> | >
[Pan]
> | Among other things, it would be nice to have a way to change the
> | value of the timeout without having to stop/start the server.

[Todd]
> You just change the value in your cfapplication tag in your Application.cfm
> file ... ?

I could be wrong, but 

if not timeout in cfapplication tag
 then admin defaults apply
 and persist until start/stop

if timeout in cfapplication tag
 then app timeout over rides admin defaults
 and appVar persist until timeout expires
 unless stop/start

I think that if you want to change cfapp timeout you
have to wait until previously set cfapp timeout expires

That doesn't make sense, does it?
When I have wanted to change cfapp timeout it's
just been easier to start/stop - it seems (anecdotally)
that cfapp timeout can't be changed just by rewriting the
value in the application.cfm script. 

Is cfapplication.timeout an addressable value in memory?

It seems like I was just playing with this yesterday - maybe it
was sessiontimeout, which does respond quickly to script
changes - which makes sense as it is not a value read or
useful until a session starts. application timeout seems to
persist regardless of whether a new session has started.
Will have to experiment more when time permits.

Pan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to