Something is wrong with our web and I can't figure it out.
application.cfm
Pages that have session variables give this error:
CWebException: Error: 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.
Explanation:
unknown error while executing a tag.
Also have gotten this error:
Request canceled or ignored by serverServer busy or unable to fulfill request. The server is unable to fulfill your request due to extremely high traffic or an unexpected internal error. Please attempt your request again (if you are repeatedly unsuccessful you should notify the site administrator). (Location Code: 26)
This was working and I am not sure how or why it is broken.
Thank you
Aaron
application.cfm
Code:
<CFAPPLICATION NAME = "#ApplicationName#"
CLIENTMANAGEMENT = "YES"
SESSIONMANAGEMENT = "YES">
Pages that have session variables give this error:
CWebException: Error: 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.
Explanation:
unknown error while executing a tag.
Also have gotten this error:
Request canceled or ignored by serverServer busy or unable to fulfill request. The server is unable to fulfill your request due to extremely high traffic or an unexpected internal error. Please attempt your request again (if you are repeatedly unsuccessful you should notify the site administrator). (Location Code: 26)
This was working and I am not sure how or why it is broken.
Thank you
Aaron