cookie problem
travisb <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <0b051065f5cfc3bacf11e0c0d9a8bd14@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=227386#227386
----------------------------------------------------------------
I have a problem with cookies not being set on my site. They only set when you visit www.mysite.com, not mysite.com. Also, I have another address parked on our server, myothersite.com. The cookies are not being set for www.myothersite.com or myothersite.com. Here is what I have in my configuration. How can I get it so all 4 address will work?
[code]
define('HTTP_COOKIE_DOMAIN', 'www.mysite.com');
define('HTTPS_COOKIE_DOMAIN', 'www.mysite.com');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
[/code][/code]