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

Re^2: CGI Session

by shaolindoman (Acolyte)
on Jun 23, 2004 at 18:26 UTC ( [id://369133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
            my $session = new CGI::Session(undef, $cgi, {Directory=>"\tmp"
    +});    
            $cookie = $cgi->cookie(CGISESSID => $session->id );
            print $cgi->header(-cookie=>$cookie);
    
  2. or download this
            (in cleanup) could not flush: Couldn't store 4206b0c8bba60b524
    +6ced512c58
    f5481 into      mp\cgisess_4206b0c8bba60b5246ced512c58f5481: Invalid a
    +rgument at
     login.cgi line 0
    

Log In?
Username:
Password:

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

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

    No recent polls found