in reply to Why can't I access a cookie I have set?
$cookie = $query->cookie(-name=>'sessionID', -value=>'xyzzy', -expires=>'+1h', -path=>'/cgi-bin/database', -domain=>'.capricorn.org', -secure=>1); print $query->header(-cookie=>$cookie);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: Why can't I access a cookie I have set?
by cLive ;-) (Prior) on Feb 01, 2002 at 07:59 UTC |