in reply to Re: Cookie not being set - FIXED
in thread Cookie not being set
In the browser, if you just have the "whatever.com" without the "www." it won't work. The dot in 'domain => ".whatever.com" requires that a name is in front of "whatever.com".
For example:
"http://www.whatever.com" <-- Will work
"http://whatever.com" <-- Will NOT work
|
---|