in reply to Authentication Suggestion in CGI

You're probably looking for CGI::Session to handle your sessions for you. You can also look at CGI::Session::Tutorial and CGI::Session::Cookbook. Therein you'll find the answers. In particular, there is a pretty in-depth discussion in the cookbook docs that explains how to handle logins, logins to private areas, etc. :)


Dave