I have SSL on and a set of pages and directories configured on the ssl.config file. Everything works fine except the fact that I keep getting a new anonymous cookie (AC7.ASPXANONYMOUS) and that causes the loss of anything on the basket.
I've read dozens of sites (forums, blogs, etc) and tried so many things that I'm getting desperate.
I have this on the web.config
Code: Select all
<httpCookies domain="www.aki.pt" httpOnlyCookies="false" requireSSL="false" />
Code: Select all
<asp><session keepSessionIdSecure="false" /></asp>
Nothing seems to be working.






