RE: [Phplib-users] Session/Auth Problem
Brought to you by:
nhruby,
richardarcher
|
From: Marko K. <M.K...@os...> - 2002-10-10 14:12:00
|
Hi Rob, I don't know whether i can help... since for me everything works just right. Don't really understand why it doesn't in your case... > window.refresh. I am not picking up the $sess and $auth variables on the > out page once auth has occured. The session cookie changes, and the IDs Well, I didn't use IFRAME, yet, but I suspect there is no difference to FRAME. Hmmm, I do the initial auth inside the parent frame and then the application starts to run in 2 frames, where only one (main window) uses page_close(). The other frame I use as a menu frame and there I can avoid the page_close(). If I need to update some data of the session I simply call another script (also with redirection). > match the on the outer and inner pages, but the $sess and $auth variables > are only available to the inner page.. That sounds strange, but I am afraid I had such a situation also sometimes. I got in both frames login screens everytime... But now it works. Perhaps you could strip your application down to short examplary code which demonstrates the behaviour. Marko |