http://www.perlmonks.org?node_id=466033


in reply to I'm about to Learn how to use CGI::Session

Itīs a good pratice, but if you have a big site, use of CGI to autenticate all page views can are a bad idea. CGI have costs with load, parse, compile and run.

Eval use of <a href="http://perl.apache.org>modperl to do it. See a good book Writing Apache Modules with Perl and C (See the code samples).

On modperl environment you have Apache::Session like CGI::Session...

Compare features (and dates):

  • Apache::Session
  • CGI::Session

    --
    Marco Antonio
    Rio-PM

    • Comment on Re: I'm about to Learn how to use CGI::Session