At 02:39 PM 3/5/01 -0500, Chris Poirier wrote:
>There is a suggestion in the PHP online documentation that has worked for
>me (except in Opera 5, which seems to ignore the Realm).  Add a timestamp
>to the Realm that changes with each new session.  IE 5.0 will prompt for a
>different password, because it sees it as a different login.

This is, in fact, what my system attempts to do.  The catch is that I CAN'T change the 
realm with a new session...because I don't GET a new session, because IE 5.5 is not 
starting a new session when it should!

Indeed, when I change the realm, I get the prompt.  But I can't tell when the user 
closed his browser and started a new one, because IE 5.5 (on the machines I'm testing 
on) is still keeping the old session, acting like the browser never closed.

Again, my system works perfectly on the other browsers I've tried.  It changes the 
realm when appropriate.  It sets a flag in the database when the user hits logout.  
And it works the way it should.  Just in IE 5.5 (on the machines I'm testing on) do I 
get this horrible behavior.

- Ken

>Later, Chris.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to