In my application, I'm using Authorization in web.config to restrain access to certain resources. When a user in a privileged page Clicks the logout button, I want the user to be logged out and redirected to the home page. But no matter the method I use, the user always gets redirected to the homepage without being logged out.
I've tried to use the LoginStatus control and the behaviour is the same as when I write code to log out user manually.
Anything I'm doing wrongg?