System is continuously throwing this exception.
Server cannot modify cookies after HTTP headers have been sent.
System.Web.HttpException (0x80004005): Server cannot modify cookies after HTTP headers have been sent.
at System.Web.HttpResponse.BeforeCookieCollectionChange()
at System.Web.HttpCookieCollection.Add(HttpCookie cookie)
at Hotcakes.Commerce.SessionManager.SetCookieString(String cookieName, String value, Nullable`1 expirationDate, Boolean secure)
HC version 1.10.4 Pro
DNN 07.04.02 (216)
Any thoughts on how to resolve the issue would be appreciated.
Andrew