TheCloudlessSky / Harbour.RedisSessionStateStore

A Redis based SessionStateStoreProvider written in C# using ServiceStack.Redis.
MIT License
166 stars 76 forks source link

Always throw NullReferenceException when using this project in asp.net mvc3 #29

Closed hziee514 closed 9 years ago

hziee514 commented 9 years ago

I'm trying to use this project in asp.net mvc3, it always throw NullReferenceException when get context.Session.Timeout property, because of the context.Session is not initialized yet at RedisSessionStateStoreProvider.cs:257

TheCloudlessSky commented 9 years ago

Hi @hziee514,

See this comment and #23.