I’m having an identical problem to hdhd411. However, I’m a bit thrown off by the terminology and unsure how to solve.
What does the “display name” refer to that could be causing a mismatch? Also, when there’s a mismatch and a page can’t be found, wouldn’t a 404 be displayed instead of a login page?
I have a protected page, and only SOME of the users see this exact problem, though. Two people, both with Win7 and Firefox 3.6 (identical sub-version), and one person sees the problem and the other does not. It seems to be some sort of setting on the client side more than anything. A session within a session? I don’t really know.
All I know is that the functionality is a bit broken right now, and the page I’m trying to protect is critical for a certain category of end-users. If it doesn’t work for 100% of the people using it, there’s a big problem. I would use something traditional like .htaccess to protect the page, but as you know there’s no physical asset that I can protect; it’s content being served through a php application tied to a database!
Assuming I get the terminology sorted out, is there a way to “re-create” these pages so that the ‘display name’ and URL line up?
Thanks!