Perl module for cookie/logon/session management with Apache

Perl module for cookie/logon/session management with Apache

am 10.05.2007 18:40:59 von Ignoramus7204

I am looking for modules above the level of Apache::Session. Something
that would let me have a website with logon/passwords/user status in
request/etc without doing more than one or two calls to a module, and
maybe providing access to the SQL accounts table and a logon form.

My situation is that I already have all those logons and such on my
personal for-profit website, but I need to implement a logon system
for a day job related project.

I am reluctant to drag my personal code into work to not create any
impression that my employer may have any rights to my personal code
(because it is worth relatively big bucks). Plus it is specialized and
I hope to find something better done to start with.

thanks

i

Re: Perl module for cookie/logon/session management with Apache

am 13.05.2007 07:13:10 von Ron Savage

Ignoramus7204 wrote:

Hi Iggy

Is this relevant:
http://cpan.uwinnipeg.ca/module/CGI::Application::Plugin::Au thentication

Re: Perl module for cookie/logon/session management with Apache

am 14.05.2007 20:59:43 von Ignoramus20083

Looks great. Thanks. I should probably start using CGI::Application.

i

On Sun, 13 May 2007 15:13:10 +1000, Ron Savage wrote:
> Ignoramus7204 wrote:
>
> Hi Iggy
>
> Is this relevant:
> http://cpan.uwinnipeg.ca/module/CGI::Application::Plugin::Au thentication