RedisSessionProvider
RedisSessionProvider copied to clipboard
Service Stack Auth gets lost
Can some one explain this issue,
https://stackoverflow.com/questions/45800310/asp-net-non-locking-redis-session-with-servicestack
TIA.
Did you managed to figure it out? I"m also using MVC 5. It's not loading the session from Redis, because every time I navigate off, it would have an empty session. I can see it creating entry in Redis.
Surprisingly, if my browser had the session id from MS RedisSessionStateProvider, and I switched my project to this session provider, it would load up the session state from redis. Weird...