WCF sessions with a wsHttpBinding and without windows security

You can have WCF hold session information in memory in a pretty simple way. To eliminate any possible external influences in my instructions, I’ll assume you’re starting with a brand new project: Create a new WCF Service Library project. This project will already contain a service with a WSHttpBiding binding preconfigured. Go to the service … Read more