Hello All. I'm trying to write a new web site, and was reading about CGI::Application and CGI::Session. I understand how the CGI::Session use some storage (either file of a simplified database table) to store session information, and a cookie to connect the user to that session. But how do I authenticate the user? Where in the loop I verify user name/password, and say 'I know this user, this is his data', for the Session object to keep?
Thanks, Shmuel. _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
