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

Re: Starting with CGI::Application(::Session) and Logins

by Anonymous Monk
on Aug 22, 2004 at 16:55 UTC ( [id://384950]=note: print w/replies, xml ) Need Help??


in reply to Starting with CGI::Application(::Session) and Logins

Logins should use separate authentication becase including it in any CGI program will typically overcomplicate things. Not to mention the significant potential to leave holes in your authentication methods. Simply put, authentication is best left OUT of your program.

Authentication is best done by your web server, which will leave no doubts as far as who is allowed to see what by the time they get to your script. Storing sessions is a different topic, although related.
  • Comment on Re: Starting with CGI::Application(::Session) and Logins

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found