We are running ML v 8 and have come across a serious issue with users browsing on Internet Explorer 10.
Mostly during the checkout, an error is thrown to the user of which the output looks similar to this:
Error Message: Invalid value for 'encryptedTicket' parameter.
User Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)
Stack Trace: at System.Web.Security.FormsAuthentication.Decrypt(St ring encryptedTicket)
at AspDotNetStorefront.Global.oAxw6cgXp(Object , EventArgs )
at AspDotNetStorefront.Global.Application_Authenticat eRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep. System.Web.HttpApplication.IExecutionStep.Execute( )
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
We have looked around and it appears this is happening to not just our store but many other versions of AspDotNetStoreFront.
We are trying to fix this but are unsure how to. We know it has something to do with the authentication cookie and is only happening in IE 10.
Can anyone assist wit this issue - I imagine many people would be facing this same issue even if they are currently unaware of it.
Any help is much appreciat