perl.beginners.cgi Weekly list FAQ posting

2004-12-27 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

Session security

2004-12-27 Thread Jonathan Mangin
Hi all, I need to implement group memberships for a series of related CGI modules, with approx. 10 groups and 6 auth. levels within each group. I'm now using CGI::Session with a single param of auth_level as a session-expiration flag. I'd like to expand this to a groups mechanism, but I gather ther