Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to make a secure website

by EvdB (Deacon)
on Jul 07, 2004 at 09:53 UTC ( [id://372332]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $cookie = $cgi->cookie('session_token');
      # $cookie is '9874354683216735468453121845168441';
    ...
      my ($session_id) = $dbh->selectrow_array
        ("select id from sessions where token = ?", undef, $cookie );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-29 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found