I am working on a quiz application. I have created an application.cfm file
which contains this:

<cfapplication name="SmartMoveTest"
           clientmanagement="Yes"
               sessionmanagement="Yes"
               setclientcookies="No"
               sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
               clientstorage="Registry">


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



TIA!!!!


****

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]

www.workcover.com

p: +61 8 82332548
f: +61 8 82332000
m: 0418 800 287





****************************************************************************
This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.
****************************************************************************

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