0

My goal is to keep track of clients with cookies and their sessions. This is needed because I don't like WCF's builtin authentication process, where they are just give the generic login popup in the browser [1]. I'm looking to have a login page and give the user the capability to logout. I don't want to use IIS at all to host my service. Is HttpContext the only way to maintain sessions/cookies? Is this possible in a selfhosted WCF Service? Is this possible with WebHttpBinding? The closest post I could find to this one was: Sessions in self-hosted WCF services but it was unsatisfactory.

1Authentication Popup

Community
  • 1
  • 1
ymerej
  • 727
  • 1
  • 8
  • 21

1 Answers1

0

I answered my own question here:

http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/67a1ea91-af62-44f8-9a6b-0982c7d05da8

ymerej
  • 727
  • 1
  • 8
  • 21