in reply to Re: redirect and cookie problems
in thread redirect and cookie problems
Cookies are generally saved by the domain name, not by the "name" that you give it, else you run into huge namespace problems. So you want to look for something that has the domain in it, rather than "username".
Also, I don't know what you are trying to do with the value line. You probably want -value=>$query->param('name'), if you want to set the value of the cookie to whatever the name was passed as in your code.
|
|---|