Just installed CF Expess on my local machine configured with IIS. Getting the
following error:
Error Diagnostic Information
Attempt to access a Session variable when session management is not enabled.
Use the CFAPPLICATION tag to enable session management.
Note: This feature may have been disabled by the site administrator.
The error occurred while processing an element with a general identifier of
(CFPARAM), occupying document position (9:1) to (9:85).
Date/Time: 01/31/08 16:02:08
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11)
Gecko/20071127 Firefox/2.0.0.11
Remote Address: 127.0.0.1
Template: c:\inetpub\wwwroot\learncfe\hour4\welcome.cfm
Thanks in advance
Ian Skinner - 31 Jan 2008 21:27 GMT
Just do what the error message suggests. Make sure that session
management is allowed in the ColdFusion Administrator, and that you have
defined an Application and enabled session management with either a
<cfapplication...> tag OR a Applicaiton.cfc this.sessionManagement
parameter.