in reply to Unable to set cookies for specific domain
".domainname" actually means "any subdomain of domainname". It doesn't include domainname. Remove the dot.
Another solution is to make example.com(.*) redirect to www.example.com$1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unable to set cookies for specific domain
by bradcathey (Prior) on Mar 23, 2009 at 16:24 UTC |