Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Sessions problems

by Anonymous Monk
on Dec 13, 2006 at 10:47 UTC ( [id://589541]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if($ENV{REQUEST_METHOD} eq 'POST')
    {
    ...
    
            $name = $cgi->param($username);
            $session->param($username, $name);
    
  2. or download this
            $name = $cgi->param($username);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-28 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found