[Phplib-users] Auth working with a twist
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-13 00:41:44
|
Thanks to Gian and others working on auth with the snapshot. It works almost. What I am seeing is weird, but I am seeing it cross browser. Just to run down again, I have a page with an IFRAME imbedded in it. The problem that I am seeing is that the content in the IFRAME is actually being loaded, and then immediately reloaded by the browser. So since I am using default auth, I see the login page flash, then the protected page appears, because the first time through the again is stripped off, then the page is reloaded, and it falls through the login_if. So, first of all, has anyone seen a browser refresh a frame immediately when it is loaded before. Is this common behavior? I've never seen it. Secondly, the regex that removes the "again" looks like it removes everything after the ?. This isn't a good idea IMHO because you can't pass variables to the page. Am I reading it wrong? and if not, should it be made more specific to just remove the "again". I'm not a regex person. 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 |