amulcahy has asked for the wisdom of the Perl Monks concerning the following question:
at the top. Straight after this I test the values with:$spcName = $query->cookie(-name=>'spcName', -value=>$query->param('spc +SaveName')); print $query->header(-cookie=>[$spcName]);
When I click Save the first time $query->cookie(-name=>'spcName') has no value. If I click 'Back' and 'Save Settings' again, then the cookie value is correct?print $query->param('spcSaveName'); print $spcName; print $query->cookie(-name=>'spcName');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cookies
by dvergin (Monsignor) on Jan 28, 2002 at 22:25 UTC | |
|
Re: Cookies
by earthboundmisfit (Chaplain) on Jan 28, 2002 at 22:27 UTC |