Harbour.RedisSessionStateStore icon indicating copy to clipboard operation
Harbour.RedisSessionStateStore copied to clipboard

A Redis based SessionStateStoreProvider written in C# using ServiceStack.Redis.

Results 9 Harbour.RedisSessionStateStore issues
Sort by recently updated
recently updated
newest added

I recently switched from the default session store to `RedisSessionStateStore` on a site that I maintain. Since doing so, I have seen periodic errors logged with the following form: ```...

I am trying to use Session state store for Web api. How can I do this?

After I build the project successfully, I run the "Harbour.RedisSessionStateStore.SampleWeb" project, input something in the fields and submit, it will throw the Null exception. the break point go the "...

Cannot install latest version. PM> Install-Package Harbour.RedisSessionStateStore Attempting to resolve dependency 'ServiceStack.Common (= 3.9 && < 4.0)'. Attempting to resolve dependency 'ServiceStack.Text'. Attempting to resolve dependency 'ServiceStack.Redis (= 3.9 &&...

question

Hello, I saw a couple of these on both servers in the cluster yesterday. I believe the exception is coming from the Service Stack client though.. I'm running the Ubuntu...

Hi, I'm having a strange problem after putting the RedisSessionStateStoreProvider in place, occasionally my site would hangs, and if i go on the server and issue a "monitor" command to...

bug
enhancement

Hi Support, I have added your solution to my web app and evertyhing seemed to work fine, but now I am getting ocassional slow down of the site, some pages...

duplicate

Is there a way to specify a key prefix?

enhancement
question

I think ,now,Harbour.RedisSessionStateStore,Get/Set Session items use FCL Binary serialize method.That will let it bound with assembly,hard to share with not same assembly. In my opinion,we will store json to Redis...

enhancement