Will setting a log in for 4 hours:
<CFLOGIN idletimeout="14400">
be trumped by
<cfset this.applicationTimeout = createTimeSpan(0,0,20,0)>
(20 minutes) within the Application.cfc?
So what I am asking is even though I have cflogin set to 4 hours will applicationTimeout make it time out after 20 minutes?
<CFLOGIN idletimeout="14400">
be trumped by
<cfset this.applicationTimeout = createTimeSpan(0,0,20,0)>
(20 minutes) within the Application.cfc?
So what I am asking is even though I have cflogin set to 4 hours will applicationTimeout make it time out after 20 minutes?