Hello,

Is the following possible under CF 4.5?  I would like to setup a timeout of
8 hours for my internal network machines and 1 hour for people for external
users?

Even though, I get no errors, it seems to time out very quickly ( 15
minutes...)

Thanks for the help.

Percy


<cfif Internal_Network >
        <cfapplication name="someappname" 
                       sessionmanagement="Yes"
                       setclientcookies="Yes"
                       sessiontimeout="#CreateTimeSpan(0,8,0,0)#">
        
<cfelse>

        <cfapplication name="someappname" 
               sessionmanagement="Yes"
               setclientcookies="Yes"
               sessiontimeout="#CreateTimeSpan(0,1,0,0)#">
                           
</cfif>
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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