As a general note, that will only make session variables expire if they 
are inactive for 10 minutes.  It will not expire active session variables.

  If you really wanted to force them to expire after a 10 minute period you 
could store a "Session Variable Creation" variable in the session 
scope.  Check it on each page request to see if you should wipe out the 
session structure.

  That compiled with the sessiontimeout method ( described below) is 
probably as close as you are going to come.


At 06:51 AM 3/26/2002 -0500, you wrote:
>On 3/25/02, <[EMAIL PROTECTED]> penned:
> >Is there a good way to consistently make sessions expire within a 10 min
> >period?
>
>sessiontimeout="#createtimespan(0,0,10,0)#"
>
>goes in the cfapplication tag.
>
>createtimespan(Days,Hours,Minutes,Seconds)
>--
>
>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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to