Re: [Phplib-users] Reauthentication Woes
Brought to you by:
nhruby,
richardarcher
From: Nathaniel P. <np...@te...> - 2003-08-14 17:44:51
|
Are you calling page_close() on the page where you first log in at? If you don't, that would produce exactly the behavior you describe, since page_close() saves all the authentication data into the current session. _________________________________ Nathaniel Price Webmaster <http://www.tesseract.net> ----- Original Message ----- From: "T. Riedel" <Te...@Te...> To: <php...@li...> Sent: Thursday, August 14, 2003 10:23 AM Subject: [Phplib-users] Reauthentication Woes [snip] > I go ahead and logon, and the secured page comes up as expected. > > If I call up any other secured page, $auth sends the browser back to > loginform.ihtml! My logs show that somehow HTTP_POST_VARS[username] and > HTTP_POST_VARS[password] are getting wiped out. Of course that's not the > root of the problem, only "collateral damage". I'm guessing my UID is > getting clobbered somewhere. Why it's happening is beyond me and I could > really use some help here! > > ...now if I log on to this second call to loginform.ihtml, all is well! The > session works as expected, secured pages work as they should, my different > permission levels all work normally. > > Any suggestions and insight you'd like to share will be greatly appreciated! |