Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: saving datas on client-side cookie file.

by wonko (Pilgrim)
on Jun 15, 2000 at 10:59 UTC ( [id://18254]=note: print w/replies, xml ) Need Help??


in reply to saving datas on client-side cookie file.

You can read more about cookies at the cgi.pm site.

The full parameter list (from the cgi.pm site:)

$cookie = $query->cookie(-name=>'sessionID', -value=>'xyzzy', -expires=>'+1h', -path=>'/cgi-bin/database', -domain=>'.capricorn.org', -secure=>1); print $query->header(-cookie=>$cookie);
To retrieve the cookie in a cgi script and put the value in $cookie_data: $cookie_data=$query->cookie(-name=>'whatever');

/wonko

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-03-28 11:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found