Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Re: Loging a user out with CGI and Cookies?

by athomason (Curate)
on Apr 16, 2001 at 05:53 UTC ( [id://72742]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #### Method: redirect
    # Return a Location: style header
    ...
        unshift(@o,'-Type'=>'');
        return $self->header(@o);
    }
    
  2. or download this
    $cookie = cookie(
      -name    => $COOKIE_NAME,
    ...
    ...
    
    print redirect( -uri => 'view.cgi', -cookie => $cookie );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-29 10:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found