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

Re: CGI::Session "cache" issue

by Anonymous Monk
on May 23, 2011 at 17:52 UTC ( [id://906330]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MCGI -MCGI::Session -MDDS -le " Dump( CGI::Session->new->heade
    +r ); "
    $VAR1 = "Set-Cookie: CGISESSID=7259a9a49c42fea87376be33478731b8; path=
    +/\r\nDate: Mo".
    ...
    $ perl -MCGI::Session -MDDS -le " Dump( CGI->redirect )"
    $VAR1 = "Status: 302 Found\r\nLocation: http://localhost\r\n\r\n";
    
  2. or download this
    use CGI::Session;
    sub CGI::Session::redirect {
        my $self = shift;
    ...
            "a; path=/\r\nDate: Mon, 23 May 2011 17:46:15 GMT\r\nLocation:
    + http://localho".
            "st\r\n\r\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-26 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found