Re: [Phplib-users] Basic authentication
Brought to you by:
nhruby,
richardarcher
From: Carl Y. <ca...@yo...> - 2002-02-02 19:21:50
|
Yeah, I would like some code samples if you don't mind. I added code to my auth_validatelogin() function to set the cookie with the userid in it, but that didn't seem to be enough. Does this not work when you are using the GET method of session ID propagation? I would assume that, as long as the userid cookie gets set, even if the session IDs are being propagated with cookies, it should work. THanks, Carl ----- Original Message ----- From: "Brian Popp" <bp...@ct...> To: "Phplib (E-mail)" <Php...@li...> Sent: Friday, February 01, 2002 10:42 AM Subject: RE: [Phplib-users] Basic authentication > Yeah it's really easy. You just stuff their user_id into a cookie after > verifying their username & password. I can send code samples if anyone needs > a little help. > > BPopp > > -----Original Message----- > From: Tarique Sani <ta...@sa...> [mailto:ro...@sa...] > Sent: Friday, February 01, 2002 11:17 AM > To: Carl Youngblood > Cc: 'phplib-users' > Subject: Re: [Phplib-users] Basic authentication > > > On Fri, 1 Feb 2002, Carl Youngblood wrote: > > > What I would really like to see is the added feature of a "remember me" > > checkbox on the PHPLIB logon page so that users could have the option of > not > > continually typing in their password everytime they visit my site. I'm > sure > > There already is a way :-) > > Checkout pre_auth() in the auth class > > You just have to implement (read override) it whatever way you please > > Cheers > > Tarique > > -- > ========================================================== > PHP Applications for E-Biz : http://www.sanisoft.com > > The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com > ========================================================== > > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users |