Hi,
I have problem with shared SSL.
I set it up like this:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/YOUR_USERNAME');
define('ENABLE_SSL', 'true');
And same in Admin config.
Everything works fine. I got redirected on login page to https but when i go back to http i am automaticlly logged out. Same goes for admin area.
Any idea?
Thanks



