Jos Chrispijn wrote:
Is there a way of forcing webbrowser to present a login popup every time
they enter a protected URL? Now I login once and until I delete my
cookies, I can go to the URL without having a username and password
filled out, even not having the 'remember password' option active.

What is the authentication method used ?
Show us the directory configuration.

If it is Basic Authentication, that's how it works.
The browser remembers the "realm" (AuthName) of the first authentication, and automatically re-adds the corresponding authentication header whenever the server responds with a 401 for the same realm.
In that case also, cookies have nothing to do with it.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to