Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8832

cookie law consent CSRF error

$
0
0
Hey guys,I'm having trouble implementing the Cookie law consent web part. When I try to click on allow cookies in any browser but Chrome I get referred to a system error page. After looking in the Eventlogs i found this error:Message: CSRF attack detected.Exception type: CMS.Protection.CsrfException Stack Trace: at CMS.Protection.CsrfProtection.ValidateCsrfTokens(Byte[] cookieToken, Byte[] hiddenFieldToken) at CMS.Protection.CsrfProtection.OnPostMapRequestHandlerExecute(Object sender, EventArgs eventArgs) at CMS.Base.AbstractHandler.CallEventHandler[TArgs](EventHandler1 h, TArgs e) at CMS.Base.AbstractHandler.Raise[TArgs](String partName, List1 list, TArgs e, Boolean important) at CMS.Base.SimpleHandler2.RaiseExecute(TArgs e) at CMS.Base.SimpleHandler2.RaiseExecute(TArgs e) at CMS.Base.SimpleHandler`2.StartEvent(TArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean@ completedSynchronously)I did not change any settings of this web part. I Checked the parent to see if viewstate was disabled but it wasn't.Does anyone have an idea on how to solve this problem?Cheers

Viewing all articles
Browse latest Browse all 8832

Trending Articles