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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
I answered my own question here: http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/67a1ea91-af62-44f8-9a6b-0982c7d05da8 |
|||
|
|
