evergrean100
Technical User
For sessions what is the maximum I can use?
I would like to set my session timeout to 14 hours:
Will the 14 hour session put a load on our CF 7 server on IIS? And I assume the session id is stored on the server and client??
I would like to set my session timeout to 14 hours:
Code:
CFAPPLICATION NAME="MyApplication" CLIENTMANAGEMENT="Yes"
SESSIONMANAGEMENT="Yes"
SETCLIENTCOOKIES="No"
SESSIONTIMEOUT="#CreateTimeSpan(0,0,840,0)#"
Will the 14 hour session put a load on our CF 7 server on IIS? And I assume the session id is stored on the server and client??