Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Sessions problems

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


in reply to Re^3: Sessions problems
in thread Sessions problems

I actually have one more question with regards to retrieving the value in the cookie from a different cgi file. I am using the sample code form the CPAN tutorial
$name = $session->param($username); printf "<input type=\"text\" name=\$username\" value=\"%s\" />", $name +;
Just wondering should as in the creating the session, $name here be defined as my $name ->new CGI() or just my $name also the value that i passed into the session was
$name = $query->param($username); $session->param($username, $name);
so in retrieving the cookie am i right to put $username into the "param" field in the line $name = $session->param($username); and into the name field in the line
printf "<input type=\"text\" name=\$username\" value=\"%s\" />", $name +;
Thanks again

Replies are listed 'Best First'.
Re^5: Sessions problems
by f00li5h (Chaplain) on Dec 13, 2006 at 20:57 UTC

    I'm not sure if you've read it, but Ovid wrote a CGI course that you may be interested in

    Also, merlyn wrote some neat Web Techniques Columns that may interest you.

    Oh, and I think there's a book on Perl CGI too... ;)

    @_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found