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....
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#11
| |||
| |||
| Try disabling cache in admin. |
| Sponsored Links | ||
| ||
| |
|
#12
| ||||
| ||||
| Cache was already disabled... |
|
#13
| ||||
| ||||
| very strange, I just re-uploaded the login.php file and everything works fine now! |
|
#14
| |||
| |||
| 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'); |
|
#15
| |||
| |||
| 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....: Code: 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/');
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CPU Usage | 2wheels1love | osCMax v1.7 Discussion | 1 | 05-02-2005 11:36 PM |
| OT - Tracking IP's and Usage? | koltz | osCMax v1.7 Discussion | 8 | 09-22-2004 10:29 AM |
| Cookie Usage - Google not indexing? | Nugar | osCMax v1.7 Discussion | 5 | 08-23-2004 10:00 PM |
| Cookie Usage Error??? | RichRodgers.net | osCMax v1.7 Installation | 1 | 04-02-2004 08:27 AM |
| SSL Errors, Session Cookie, Session Cache, NOVICE Problems? | hanool | osCommerce 2.2 Modification Help | 1 | 09-07-2003 12:49 PM |