RedisSessionProvider icon indicating copy to clipboard operation
RedisSessionProvider copied to clipboard

Service Stack Auth gets lost

Open salikix opened this issue 7 years ago • 1 comments

Can some one explain this issue,

https://stackoverflow.com/questions/45800310/asp-net-non-locking-redis-session-with-servicestack

TIA.

salikix avatar Aug 23 '17 02:08 salikix

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...

trungn-webgility avatar Jan 31 '18 22:01 trungn-webgility