On 3/13/01, Parker, Kevin penned:
>If I place the code below inside any given page in the quiz and say modify
>the session timeout values does the code inside the page take precedence
>over the code in application.cfm or not, or does it do something else, or
>does it do nothing. I am thinking of varying the session timeout in one page
>to effectively get rid of all session variables by changing the session
>timeout to 1 second viz:
>
><cfapplication name="SmartMoveTest"
>          clientmanagement="Yes"
>                sessionmanagement="Yes"
>                setclientcookies="No"
>                sessiontimeout="#CreateTimeSpan(0,0,0,1)#"
>                clientstorage="Registry">

The session timeout will be what's loaded in the last cfapplication tag.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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