|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^3: Sending Cookies from localhost with perlby rowdog (Curate) |
| on May 18, 2010 at 14:16 UTC ( #840523=note: print w/ replies, xml ) | Need Help?? |
|
Don't use -domain. Firefox sees the space and just drops the domain altogether. If you look at the cookie details, you'll see that the domain is not set. Domain is used to allow cookies to be shared by more than one machine within one domain. E.G. www.example.org can set the example.org domain so media.example.org can use the same cookie. localhost doesn't have a valid domain so you'll have to settle for a host only cookie, which is what you will get from the non-standard -domain => " ". I wrongly guessed that you were using domain to get around the IE bug. Sorry about the windows slander ;^)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||