Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

CGI::Session

by rjsaulakh (Beadle)
on May 28, 2005 at 12:46 UTC ( [id://461337]=perlquestion: print w/replies, xml ) Need Help??

rjsaulakh has asked for the wisdom of the Perl Monks concerning the following question:

where does all the CGI parameters get saved when i use

$session->save_param($CGI);

more information about my code is in node session variables

Replies are listed 'Best First'.
Re: CGI::Session
by wazoox (Prior) on May 28, 2005 at 15:34 UTC
    depends upon your configuration. Usually it's in a temporary file (if you use the file driver, the default one), a database, or maybe a cookie. See CGI::Session documentation, it's all in there (but it's quite tough).
    When using the file driver, you'll find in your temp directory (usually /tmp) files named SESSID13437441313 or similar, with some perl hash definition inside.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found