After upgrading from 5.5R2 to 7.0, we are receiving error notification emails that contain the following:
Source: Application_Error
EventCode: EXCEPTION
UserID: 65
UserName: public
EventDescription: Message: Session state has created a session id, but cannot save it because the response was already flushed by the application.
EventUrl: /CMSPages/GetFile.aspx?guid=5569875e-ecd8-4beb-806c-f309e1a67541
Stack Trace:
at System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context, String id, Boolean& redirected, Boolean& cookieAdded)
at System.Web.SessionState.SessionStateModule.DelayedGetSessionId()
at System.Web.SessionState.SessionStateModule.ReleaseStateGetSessionID()
at System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs)
at System.Web.SessionState.SessionStateModule.OnEndRequest(Object source, EventArgs eventArgs)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
UserID: 65 is the public anonymous user account. The guid is a PDF in our system.
We were not receiving these emails while running under 5.5R2. We have asked Support about this issue but wanted to see if anyone else has run into this issue.
We have only made a small portion of the Intranet Portal live. Current users of our site do not receive any error messages. We did not know our site had an issue until we started receiving the error notification emails.
Has anyone else had this issue? If so, how did you fix it?
Thanks...