Re: saving userid

2007-01-08 Thread Perrin Harkins
Malka Cymbalista wrote: We plan on using standard http authentication. Once the user logs in, is there a way to save the userid and check it to make sure that the user who is now working is the same user who logged in? You're trying to make sure that users don't switch to logging in as some

Re: saving userid

2007-01-08 Thread Sean Davis
On Monday 08 January 2007 08:00, Malka Cymbalista wrote: > I am running Apache 2.0.55 with mod_perl 2.0.1 and Perl 5.8.1 on a Sun > Solaris machine. I am writing a perl script that requires the user to > log in with a userid and password in order to access the pages the > script creates. We plan on

saving userid

2007-01-08 Thread Malka Cymbalista
I am running Apache 2.0.55 with mod_perl 2.0.1 and Perl 5.8.1 on a Sun Solaris machine. I am writing a perl script that requires the user to log in with a userid and password in order to access the pages the script creates. We plan on using standard http authentication. Once the user logs in, is th