RE: [Phplib-users] Session/Auth Problem
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-10 14:45:54
|
I am trying out the "complete" snapshot with Gian and then I will do exactly that. I can sent a couple of pages that recreates the "features" ;-) Rob Hutton Web Safe www.wsafe.com > -----Original Message----- > From: Marko Kaening [mailto:M.K...@os...] > Sent: Thursday, October 10, 2002 10:12 AM > To: Rob Hutton > Cc: phplib-users list > Subject: RE: [Phplib-users] Session/Auth Problem > > > 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 |