I have setup ServiceStack on my ASP.NET MVC 4 Project and all is working fine. (I am using ASP.NET MVC, Entity Framework 5, SQL SERVER 2008 and Windows Server 2008 R2 and AngularJS to call ServiceStack)
However, I wonder about authentication issue. I am using MemoryCacheClient() and my UserSession is very often lost and users need to reconnect.
I think it is a Cache configuration problem tha's why I read servicestack cache wiki here : https://github.com/ServiceStack/ServiceStack/wiki/Caching
My questions are simples : What are cache options for my environment (Windows) ? Is it really a cache problem ?
Thanks in advance