Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Cookie Complexities

by Aristotle (Chancellor)
on Jun 17, 2002 at 23:00 UTC ( [id://175222]=note: print w/replies, xml ) Need Help??


in reply to Cookie Complexities

It should be possible to set the cookie domain to '.xxxxxx.net' - all servers below that domain will be sent that cookie then.
$c = new CGI::Cookie(-name => 'foo', -value => 'bar', -expires => '+3M', -domain => '.xxxxxx.net', -path => '/cgi/foo/bar' -secure => 1 );
____________
Makeshifts last the longest.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://175222]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-19 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found