On 5/10/07, Igor Chudov <[EMAIL PROTECTED]> wrote:
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.
There are tons of these on CPAN. You might start with Apache::AuthCookie. - Perrin