I have an asp.net aspx page that I log the user in using forms authentication.
Later on I want to log the user out using a call to a wcf service that I created.
The wcf service will call formsauthentication.logout...
I try this but it doesn't seem to work..