Creating a custom WCSF Session State strategy

Sebastian's got a cool post of how you can create your own Session State strategy which our DI mechanism will use for injecting state values. If your using ASP.NET Session state, this won't be of much value to you since our existing strategy does that. But if you are not and you have your own custom mechanism which you want to wire in to WCSF, then you should check this out.