Author: ppalubinski | Posted on: 4/28/2010 2:24:37 PM | Views : 851

I have a Web Service that is called from the client with jQuery and AJAX.  I also use FormsAuthentication for my website.  When the FormsAuth session expires and a user calls the Web Service, it returns an error message.  Is there a way to check in the Web Service if the FormsAuth session is still active and if not, force a signout and return to the login page?

...

Go to the complete details ...