Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

I have used Windows authentication in .net Web Application.

I have deployed in the iis.

When user browse the site, It should ask them credentials.

When I do it for the first time it asks, but after that on every attempt it will not ask, directly it will treat as logged in.

Can we delete browsing history etc, so that anytime any one opens the site, should ask credentials.

Thanks,
Hemant Thakar.
Posted
Comments
Sergey Alexandrovich Kryukov 31-Jan-13 1:13am    
This is not really related to authentication. Well, a cookie can be used to store authentication locally, which is very unsafe, but this is remotely related to authentication, is purely a browser's trick.

What you are asking about it totally implementation-dependent, depends on the browser. It's the best not to mess with it at all...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900