Re: authentication and user management

2002-04-29 Thread bob ackerman
t; $val = $ref->value; > } > else > { > print "cookie 'usertype' doesn't exist"; > } > > >> -Original Message- >> From: bob ackerman [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, April 25, 2002 8:48 PM >>

Re: authentication and user management

2002-04-28 Thread bob ackerman
t;> restricted >> pages, ExecCGI or IncludeVirtual? > > i use CGI::Cookie in a package of my subroutines. > I put 'use utils;' and call the checking subroutine at start of each of my > cgi files. > > >> -----Original Message- >> From: bob ackerman [mailt

Re: authentication and user management

2002-04-25 Thread bob ackerman
at start of each of my cgi files. > -Original Message- > From: bob ackerman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 7:26 PM > To: [EMAIL PROTECTED] > Subject: Re: authentication and user management > > > > On Thursday, April 25, 2002,

Re: authentication and user management

2002-04-25 Thread bob ackerman
no absolute guarantee. > -Original Message- > From: bob ackerman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 7:26 PM > To: [EMAIL PROTECTED] > Subject: Re: authentication and user management > > > > On Thursday, April 25, 2002, at 10:58 AM, Mat Har

Re: authentication and user management

2002-04-25 Thread bob ackerman
On Thursday, April 25, 2002, at 10:58 AM, Mat Harrison wrote: > i am building a perl/cookie members system for my site using SSI to check > if > a cookie is present (set at login), if not, to redirect to an error page. > This is my plan: > > > 1. login page. check that the username and passwor