I was having the same issue, and this fixed it for me, thanks.Quote:
Recreate Session True
to be false, does it work now?
Printable View
I was having the same issue, and this fixed it for me, thanks.Quote:
Recreate Session True
to be false, does it work now?
I have been trying to figure out why when I enable the SSL true in configure.php nobody can create accounts or check out and when it is false, account creation and checkout is working
I was never given my own Secure Server... how can I find out what it is? I use Dreamhost and Geotrust for the SSL
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
define('ENABLE_SSL', 'true');
When I have it set like this no one can log in.
When it is false, it works
I figured it out..
I was leaving out the WWW. in
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');