Question
Application Timeout
I have the admin site for the administrator users to login
and do whatever they need to do.
I want the application is active for at least 2hrs and if it passed 2hrs then it automatic log out.
I have this code on my application.cfm but why i didn't work. I open the admin app and leave it there
for the whole date or even the date after but the application didn't log me out unless I close
all the broswer.
Here the code i have on application.cfm
<cfapplication name="Tech Transfer"
sessionmanagement="Yes"
setclientcookies="Yes"
sessiontimeout="#CreateTimeSpan(0,0,45,0)#"
applicationtimeout="#CreateTimeSpan(0,0,120,0)#">
Thanks
I want the application is active for at least 2hrs and if it passed 2hrs then it automatic log out.
I have this code on my application.cfm but why i didn't work. I open the admin app and leave it there
for the whole date or even the date after but the application didn't log me out unless I close
all the broswer.
Here the code i have on application.cfm
<cfapplication name="Tech Transfer"
sessionmanagement="Yes"
setclientcookies="Yes"
sessiontimeout="#CreateTimeSpan(0,0,45,0)#"
applicationtimeout="#CreateTimeSpan(0,0,120,0)#">
Thanks
