RE: [Phplib-users] Session/Auth Problem
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-10 12:53:07
|
Thank you for the voice of reason here. Maybe you can help in this conversation. I have a page with an IFRAME in it in which auth (and other things) happen. Once something has happened within the iframe, it does a 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 match the on the outer and inner pages, but the $sess and $auth variables are only available to the inner page.. Rob Hutton Web Safe www.wsafe.com ********************************************************************** Introducing Symantec Client Security - Integrated Anti-Virus, Firewall, and Intrusion Detection for the Client. Learn more: http://enterprisesecurity.symantec.com/symes238.cfm?JID=2&PID=11624271 View our Symantec Client Security Demo: http://enterprisesecurity.symantec.com/symes238.cfm?JID=3&PID=11624271 Download the Symantec Client Security Fact Sheet: http://enterprisesecurity.symantec.com/symes238.cfm?JID=4&PID=11624271 Download the Symantec Client Security Brochure: http://enterprisesecurity.symantec.com/symes238.cfm?JID=5&PID=11624271 > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Marko > Kaening > Sent: Thursday, October 10, 2002 3:21 AM > To: phplib-users list > Subject: Re: [Phplib-users] Session/Auth Problem > > > > That can work if you never write the session variables back out at the > > end of that page. > I do work with frames and sessions and never had severe problems. Maybe > it's sometimes a bit tricky to update frames... But this can be solved by > redirects, at least I see no other way. > The main thing, as you say, is to have only in ONE frame the page_close() > call, otherwise there will be problems. If many frames use page_open() > it's okay! > > So you don't need to forget about frames at all if you mind this! > > Marko > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > > |