I'm new to WCF and I've been trying to use the Session state in Web Services, which I managed to get working with a number of articles.
But these articles all follow the .net 2.0 approach, as the new WCF Service References do not have a CookieContainer by default.
What is the new school way of using stateful web services?
(Without using backwards approaches, such as code generation with the wsdl.exe tool or the 2.0 "Add Web Service" route.)