in reply to Re: Session Security
in thread Session Security
I set it like this: (I'm using CGI's :standard)$_sessionid = cookie("sessionid");
$_s_cookie = cookie (-name => "sessionid", -value => $sessionid, -expires => "+1y" ); print header(-cookie => $_s_cookie, -P3P=>"policyref=/w3c/p3p.xml");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Session Security
by The Mad Hatter (Priest) on Nov 20, 2003 at 03:41 UTC |