It's the former.
I get most of what you're saying.  Are you saying that I should just have a 
sessiontimeout in the timeout in the application.cfm file:
<other info>
<cfapplication sessionmanagement="yes" setclientcookies="yes" name="db_storage" 
sessiontimeout="#CreateTimeSpan(0,0,30,0)#">

then include that file into another one and just have the same line in the new 
file with a new timeout?
<cfapplication sessiontimeout="#CreateTimeSpan(0,1,0,0)#">

and it'll overwrite the previous timeout for that directory?

>Are you talking about within a single application, or for multiple
>applications on the same server?
>
>If the former, just have each directory's Application.cfm set a
>sessionTimeout variable, and CFINCLUDE the parent directory's
>Application.cfm.  The top-level one will have all the actual code,
>including the CFAPPLICATION tag, which will CFPARAM the sessionTimeout
>variable to some default, and then use that for the sessionTimeout
>attribute.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210212
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to