I am having trouble with session variables expiring before they are
suppose
to. Currently they are remaining active between 3 to 8 min. when I have
the
code set to 30 min.

<cfapplication
 applicationtimeout="#CreateTimeSpan(0,1,0,0)#"
 sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
 setclientcookies="Yes"
 clientmanagement="Yes"
 sessionmanagement="Yes"
 name="#cgi.server_name#">

CF Server Settings:
---------------------------------
simultaneous requests: 10
Timeout requests after 60 seconds
Restart at 6 unresponsive requests
Restart when requests terminate abnormally

In cold fusion administrator I have the max timeout set to 59 and the
default set to 30.

The server is has cold fusion 5.0 installed with 1GB of RAM (currently
there
is 650MB of ram available.).


Do you think that it could be the version of cold fusion?

Thanks

John

______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to