Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

CGI::Session

by rjsaulakh (Beadle)
on May 28, 2005 at 12:46 UTC ( #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 rifling through the Monastery: (3)
As of 2023-12-01 23:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (9 votes). Check out past polls.

    Notices?