remove everything in cfapplication that you are not using.
I believe everything is optional except "name"
So if you are not using client variables. as in client.myVar, then you
don't need client storage or clientmanagement
also do you need setdomaincookies? if not remove it.
also your apptime out is 30 seconds and your session timeout is 20
minutesm is this what you had intended?
Cf administrator has default values for these, you don't have to set them
here if the defaults are acceptable to you.
<cfapplication name="app_name" clientmanagement="Yes"
sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,0,20,0)#"
applicationtimeout="#CreateTimeSpan(0,0,0,30)#"
clientstorage="COOKIE"
setdomaincookies="Yes">
-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: [EMAIL PROTECTED]
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)