Howdy,

I usually set my application like this

<cfapplication
name="the name"
sessionmanagement="yes"
sessiontimeout=#createtimespan(0,0,60,0)#>

notice the 60 minutes as opposed to 1 hour. that's not such a big deal but 
this is:

<cflock timeout="3600" scope="Application">
   <CFSET application.root_domain = 'http://www.somesite.com'>
</cflock>

make sure whenever you set a session variable to use <cflock>. if you're on 
a shared server this is a must as your variables usually won't work without 
it.

best of luck and cheers,

Nelson


----Original Message Follows----
From: "Chang Liu" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: session time out
Date: Wed, 21 Mar 2001 15:52:07 -0500
Received: from [207.31.122.140] by hotmail.com (3.2) with ESMTP id 
MHotMailBC8277CD00A5D82197E1CF1F7A8C8B190; Wed Mar 21 14:36:25 2001
Received: from houseoffusion.com ([207.31.122.140])          by 
www.houseoffusion.com (Post.Office MTA v3.5.3 release 223          ID# 
0-54969U100L100S0V35) with ESMTP id com          for 
<[EMAIL PROTECTED]>;          Wed, 21 Mar 2001 15:55:47 -0500
>From [EMAIL PROTECTED] Wed Mar 21 14:37:38 2001
Message-id: <014c01c0b248$cabc4760$[EMAIL PROTECTED]>

Hi all,

I tried to use:

<cfapplication name="the name" sessionmanagement="yes" 
sessiontimeout=#createtimespan(0,1,0,0)#>

for one hour time out, but it still keeps 20 mins time out.

any ideas and suggestions?

thanks in advance!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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