I am trying to use session vaiables in my new site but keep getting this error message:
"Attempt to access a Session variable when session management is not enabled. Use the CFAPPLICATION tag to enable session management."
So I went to my Application.cfm file and added the line:
<cfapplication name="MyApp" sessionmanagement="Yes">
Still no luck - can anyone help?
"Attempt to access a Session variable when session management is not enabled. Use the CFAPPLICATION tag to enable session management."
So I went to my Application.cfm file and added the line:
<cfapplication name="MyApp" sessionmanagement="Yes">
Still no luck - can anyone help?