Try disabling cache in admin.
This is a discussion on Problems with cookie usage.php within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Try disabling cache in admin....
Try disabling cache in admin.
very strange, I just re-uploaded the login.php file and everything works fine now!![]()
I was having the exact same problem.
And this seems to work.
In configure.php in the catalog change the HTTP_COOKIE_DOMAIN to be the same as HTTPS_COOKIE_DOMAIN
and it work.
define('HTTP_COOKIE_DOMAIN', 'dv.sslpowered.com');
define('HTTPS_COOKIE_DOMAIN', 'dv.sslpowered.com');
Hey,
I just thought i'd share my fix for allowing it to work with Shared SSL
All you need to do is edit the configure.php file....:
That seems to work fine for meCode:Use: define('HTTPS_COOKIE_DOMAIN', 'shared.sslwebhost.com'); define('HTTPS_COOKIE_PATH', '/~username/store/'); Instead of the following: define('HTTPS_COOKIE_DOMAIN', 'shared.sslwebhost.com/~username'); define('HTTPS_COOKIE_PATH', '/store/');![]()
Bookmarks