Hi,
I am using the basic php Authentication header to request login credentials from clients. I am then using this information to authenticate them against a Radius Server.
If the client enters an incorrect UserID or password, they are redirected to an appropriate error page. They then can choose to try and login again. But when they do the browser has stored there previously attempted (incorrect) information (UserID and Password), and sends the old information.
The only way to get around it is by close the browser and re-opening it which allows the user to re-enter there information.
Does anyone know if there is an option that can be set so no caching of the information takes place?
Thanks,
Lucas Clark