The only time you should get an error about the name not matching is if you tried to link to https://www.yourdomain.com instead of https://sharedssl.host.com
Announcement
Collapse
No announcement yet.
Use .htaccess or index.php
Collapse
X
-
This is correct but if I link to the secured server and not https://mydomain.com and a person adds something to their basket and then goes to check out, the session is lost and their basket is forever empty.
The only way we could keep the session was to use the variables in Miva on the MIVA pages. This works great in MIVA, but when linking from a php application I have to use the https://mydomain.com or lose the session.
Comment
-
A loss of basket when switching between shared SSL and regular URL's is typically caused by the host not having P3P compact headers set on both the regular and secure sites to encourage IE to pass and accept the cookies; that is mandatory in a shared SSL environment.
Here's a post from me about this from a few years ago: 2002-01-17
If you want to private message me your URL, I can check it for the headers.
Comment
Comment