Richard

1. All session variables will expire 2 hours after the last page
requested by that session. If the sessions are stored using browser
cookies then the session will also expire if the browser is closed
sooner than the timeout period .....

2. ...Provided the timeout value does not exceed the maximum timeout set
in the coldfusion administrator.

3. The application will timeout 2 days after the last page request.

HTH

Kola

>> -----Original Message-----
>> From: Lovelock, Richard J [mailto:[EMAIL PROTECTED]
>> Sent: 07 January 2004 09:40
>> To: 'cflist'
>> Subject: [ cf-dev ] Variables
>> 
>> What is the exact life of a session variable....?
>> 
>> I have code:
>> 
>> <cfapplication name="Police_Warning_System" clientmanagement="Yes"
>>                sessionmanagement="Yes"
>>                sessiontimeout="#CreateTimeSpan(0,2,0,0)#"
>>                applicationtimeout="#CreateTimeSpan(0,2,0,0)#"
>>                clientstorage="Cookie">
>> 
>> 1 - Does this basically mean that all session variables will expire
after
>> 2
>> hours or when the internet browser is closed??
>> 2 - Can the expiry time of this session variable be over-ridden
deeper
>> within the application (i.e. when setting the session variable
itself)
>> and
>> how?
>> 
>> 3 - when will the application variable expire?
>> 
>>
_______________________________________________________<?xml:namespace
>> prefix = o ns = "urn:schemas-microsoft-com:office:office" />
>> 
>> *  Regards,
>>                 Richard Lovelock,
>>                 Senior Application Analyst.
>> 
>> Westminster City Council - Web Support
>> Cap Gemini Ernst & Young
>> Southbank
>> 95 Wandsworth Road
>> London
>> SW8 2HG
>> 
>> (     0870 906 7482
>> 
>> _______________________________________________________
>> 
>> 
>> 
>> 
>> =======================================================
>> This message contains information that may be privileged or
confidential
>> and is the property of the Cap Gemini Ernst & Young Group. It is
intended
>> only for the person to whom it is addressed. If you are not the
intended
>> recipient, you are not authorised to read, print, retain, copy,
>> disseminate, distribute, or use this message or any part thereof. If
you
>> receive this message in error, please notify the sender immediately
and
>> delete all copies of this message.
>> =======================================================


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to