Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

cookie problem

by bigup401 (Pilgrim)
on Nov 11, 2014 at 17:48 UTC ( [id://1106856]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    home.pl
    my $cg = new CGI;
    my $cookie = $cg->cookie(-name => 'login',
    ...
    elsif($cookie) {
      continue;
    }
    
  2. or download this
    home.pl
    my $cookie = $cg->cookie(-name => 'id',
                              -value => $user,
    ...
    elsif(my $cookie) {
      continue; #continue to the site if cookie exists 
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-20 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found