First we create an application.cfm page with the following attributes set: <~cfapplication name="YourApp" clientmanagement="Yes" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,0,30,0)#" applicationtimeout="#CreateTimeSpan(1,0,0,0)#">
This page process on each calls to the website, and can be used to set and check the state of the users client variables but the client variables require cookies to be stored on the users’ browser.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
First we create an application.cfm page with the following attributes set: <~cfapplication name="YourApp" clientmanagement="Yes" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,0,30,0)#" applicationtimeout="#CreateTimeSpan(1,0,0,0)#">
This page process on each calls to the website, and can be used to set and check the state of the users client variables but the client variables require cookies to be stored on the users’ browser.