Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: ie with cgi::session not showing same session id which it was set and firefox doesn't show at all

by msinfo (Sexton)
on Aug 23, 2013 at 00:26 UTC ( [id://1050571]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( { '_STATUS' => 1, '_OBJECTS' => {}, '_CLAIMED_ID' => un
    +def, '_DATA' => { '_SESSION_ID' => undef, '_SESSION_ATIME' => undef, 
    +'_SESSION_REMOTE_ADDR' => '127.0.0.1', '_SESSION_CTIME' => undef }, '
    +_QUERY' => bless( { '.parameters' => [], 'use_tempfile' => 1, '.chars
    +et' => 'ISO-8859-1', '.cookies' => undef, '.fieldnames' => {}, 'param
    +' => {}, 'escape' => 1 }, 'CGI' ), '_DRIVER_ARGS' => {}, '_DSN' => { 
    +'serializer' => 'default', 'id' => 'md5', 'driver' => 'file' } }, 'CG
    +I::Session' ); Content-Type: text/html; charset=ISO-8859-1
    
  2. or download this
    my $cgi = CGI->new;
    print $cgi->header();
    ...
        print "session found";
        print "<a href='called.pl'>call</a></br></br>";
        }
    
  3. or download this
    my $cgi = CGI->new;
    print $cgi->header();
    ...
    print Dumper($session);
    print "<a href='index.pl'>index</a></br></br>";
    $session->flush();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-26 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found