RedisSessionProvider icon indicating copy to clipboard operation
RedisSessionProvider copied to clipboard

Provides a drop-in class library that makes ASP.NET's System.Web Session object store its contents in a Redis server or servers.

Results 18 RedisSessionProvider issues
Sort by recently updated
recently updated
newest added

Hi, My current redis instance is password protected. In the obsolete 'GetRedisServerAddress' Method, we have privilege to add password for redis server. Can you please provide code snippet how to...

This fork replaced StackExchange.Redis with its Strongly named version in all three projects in the solution. This does not require RedisSessionProvider to be strongly named, but allows RedisSessionProvider to be...

I have issues running the Sample app that has been provided. I below error ``` 2016-02-09 15:02:42.1379 SampleUsageMVCApp.MvcApplication Unhandled RedisSessionProvider exception System.MissingMethodException: Method not found: 'System.Nullable`1 StackExchange.Redis.ConfigurationOptions.get_DefaultDatabase()'. at RedisSessionProvider.Redis.RedisConnectionWrapper..ctor(String connIdentifier,...

Can some one explain this issue, https://stackoverflow.com/questions/45800310/asp-net-non-locking-redis-session-with-servicestack TIA.

It comes a error "Package RedisSessionProvider 1.2.8 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0)" when installing. Is there a plan for netcoreapp1.0 compatibility?

Hi, I have added a small feature wrt Redis High Availability scenario (Cluster/Sentinel), where ASP.NET applications that manage the StackExchange.Redis.ConnectionMultiplexer can pass that instance to the session provider. This will...

Regardless of if SerializedRawData found and removed the key, mark the key as deleted to handle when Clear() is called, which clears all SerializedRawData immediately, so then keys never really...

Hi, I am currently exploring using the this component for production in one of my application. Would really appreciate if you could provide more details about below, - Do you...

When a user logs out I am calling the Session.RemoveAll() method to remove all session keys that were created. It is not removing any of them nor is it removing...