Hi,
I am using a C# Webservice to log a user out. I am using the formsauthentication.signout for the same.
I am passing this webservice call through JQuery. How to I get the user to redirect to login page? I tried the window.location = "login.aspx", it works but if i type in another page in the secure area, it opens up again.
Thanks.