How can we enable Client Management feature on coldfusion server?
2917
17-May-2011
Updated on 20-Sep-2020
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.