Re: Experience of Apache::Session vs CGI::Session ?

2004-02-20 Thread Peter Galbavy
Jean-Michel Hiver wrote: > What do you need sessions for? What are babies for ? :-) In this case, if it matters, we need sessions for user settings, logging, preferences, authentication etc. > Authentication can be done using HTTP authentication without using > cookies or URI session tracking (w

Re: Experience of Apache::Session vs CGI::Session ?

2004-02-20 Thread Peter Galbavy
Apologies by the stange attachement in my previous post... I cut'n'pasted from a previous sent-mail that went from the wrong subscriber address... Peter -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apac

Experience of Apache::Session vs CGI::Session ?

2004-02-20 Thread Peter Galbavy
Please note I googled, and found only very off track threads a while back I am redesigning an application that currently uses Apache::ASP and for a variety of reasons I believe my best approach is to go "native" and build mod_perl handlers to generate the pages instead of using a scripted approach