Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Multiple Cookies with CGI::Application

by Nomis52 (Friar)
on Jul 27, 2002 at 12:29 UTC ( [id://185744]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub do_login {
      my $self = shift ;
    ...
                          -cookie=> [$c1,$c2],
                         );
    }
    
  2. or download this
      $self->header_props(-type=>'text/plain',
                          -cookie=> [$c2,$c1],
                         );
    
  3. or download this
      $self->header_props(-type=>'text/plain',
                          -cookie=> [$c2,$c1,$c2],
                         );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found