Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
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 browsing the Monastery: (4)
As of 2024-03-29 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found