I am attempting to run v1.3.5 with a shared ssl setup, and not having much luck. When I go to check out, it results with a login timeout and a "Whoops! Sorry, but you are not allowed to perform the action requested." response.
The hosting is 1and1, php cgi 4.4.4, apache 1.3.37, mysql 4.0.27. The relevant parts of the cart config are:
Code:
define('HTTP_SERVER', 'http://www.myshop.net');
define('HTTPS_SERVER', 'https://ssl.perfora.net/www.myshop.net');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
define('DIR_WS_CATALOG', '/zcart/');
define('DIR_WS_HTTPS_CATALOG', '/zcart/');
The session settings are all set to true except for Check IP Address and IP to Host Conversion Status.
It appears that when I am on the non-ssl site the cookie domain is .www.myshop.net, when I am on the ssl site it is set to .ssl.perfora.net. Is this normal? It appears to me that two separate sessions are being created, one for the ssl, the other for the non-ssl.
Any help would be greatly appreciated.
Bookmarks