Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $cookie = cookie( -NAME => "Matrix", -VALUE => "$username&&$cpassword", -EXPIRES => "+2y", -PATH => "/", ); print header(-COOKIE => $cookie, -COOKIE => $cookie, ); $cook = cookie(Matrix); if(!$cook) { push(@error, "Your browser does not accept cookies"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cookie Problem
by dws (Chancellor) on Nov 02, 2002 at 05:27 UTC | |
by Aristotle (Chancellor) on Nov 02, 2002 at 06:23 UTC | |
|
Re: Cookie Problem
by rob_au (Abbot) on Nov 02, 2002 at 06:53 UTC |