Tagged Questions
0
votes
1answer
564 views
How to create a session between client and self-hosted WCF service
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 ...
0
votes
1answer
378 views
Sessions in self-hosted WCF services
prompt please how can I use session in self hosted WCF? I need to implement ASP.NET like sessions (client identification and possibly data sharing). Is there any native way to do so in WCF or I have ...