Client Authentication in Apache HTTP Server
Hi,
i am using basic authentication type in apache http server. It works fine. At the client end, the browser stores username and password in its cache at first time and uses it for further communications (i.e. if we refresh the web page, it won't ask the password again, instead it sends from its cache). And it asks for the password again only when browser is closed and reopened.
But i want that browser to ask for password whenever page gets refresh. can we achieve this without changing client browser settings(i.e from Apache Server End)
Jags
|