RE: Cookie sessions on UNIX based osC

Daemonj <[email protected]> 14 Sep 2003 01:27:31 -0000
Newsgroups gmane.comp.web.oscommerce.general
Message-ID <8a7beeb6c0243d89f42247b2fe94286e@osCommerce-Forums>
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=229169#229169
----------------------------------------------------------------

There is an error with your ssl_cookie_path in your catalog/includes/configure.php file.

If your ssl path is
[code]http://secureserver.myhost.com/myaccount[/code]
then your ssl_cookie_path should be
[code]secureserver.myhost.com/myaccount[/code]
Please let me know if that does not work or if you need any additional information.