Re: [Phplib-users] Basic authentication
Brought to you by:
nhruby,
richardarcher
From: Chris J. <ch...@ch...> - 2002-02-03 03:44:17
|
I'd be interested in seeing your code, also, Brian. Why not post it to this list, if it's not too lengthy? ..chris ----- Original Message ----- From: "Carl Youngblood" <ca...@yo...> 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...> > 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 |