Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Recommended modules for handling cookies?

by setantae (Scribe)
on Mar 29, 2000 at 02:21 UTC ( [id://6375]=note: print w/replies, xml ) Need Help??


in reply to Recommended modules for handling cookies?

Hmm, as far as I know you just enter the domain you want it to be valid for, presumably your subdomain.
With CGI.pm:
$cookie = $query->cookie(-name=>'name', -value=>'value', -expires=>'expcode', -path=>'partial_url', -domain=>'domain_name' -secure=>1); print $query->header(-cookie=>$cookie);
Perl In A Nutshell, page 338

setantae@eidosnet.co.uk|setantae|www.setantae.uklinux.net

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-03-30 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found