Perl and CGI authentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bcochofel
    New Member
    • Nov 2006
    • 3

    Perl and CGI authentication

    Hi, I'm new to Perl and CGI...

    I'm developping a site in Perl and I have a MySQL table with users that can authenticate, I can connect to MySQL and get the values of username and passwords now problem... (by the way, how can I store password using MD5?)

    I need to propagate this user authentication trought several files (I need a session...). How can I do this in Perl?

    Thanks,
    Bruno
  • GunnarH
    New Member
    • Nov 2006
    • 83

    #2

    Comment

    Working...