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.
Liked By
Write Answer
How can we enable Client Management feature on coldfusion server?
Join MindStick Community
You have need login or register for voting of answers or question.
James Smith
17-May-2011First 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.