We have a problem with the cookie "Dynamicweb.SessionVisitor" cookie. The problem is related to IE 10 and 11.
We have a subdomain on our clients DW website. This subdomains is an external system running a stand alone .net application. For some odd reason IE 10 or 11 will resend the cookies from the main domain to the subdomain. The application on the suddomain runs with "<httpRuntime requestValidationMode="4.0" /"> and canno't be changed to 2.0
This throws an error because the cookie contains a XML element and this i not allowed. "=<dynamics />")."
We need to figure out a solution and i hope someone can help.
1. Can we change the invalid cookie value?
2. Could we somehow delete the cookies or force the browser not to send them to the subdomain?
Any ideas?