Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: XML & Cookies

by tmiklas (Hermit)
on Jul 23, 2002 at 15:40 UTC ( [id://184457]=note: print w/replies, xml ) Need Help??


in reply to XML & Cookies

Hi!

Following perldoc CGI: To retrieve a cookie, request it by nameb y calling cookie() method without the -value parameter:
use CGI; $query = new CGI; $riddle = $query->cookie('riddle_name');
It works for me...

BTW. Remember of 4k limit on HTTP headers...

Greetz, Tom.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-23 14:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found