TheCloudlessSky / Harbour.RedisSessionStateStore

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

Run the sample site throw the "context.Session is null" exception #32

Open gaojianzhuang opened 9 years ago

gaojianzhuang commented 9 years ago

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 " state.Timeout = context.Session.Timeout;", I will watch the "context.Sessiong" is null.

TheCloudlessSky commented 9 years ago

Hey - can you check out #23? I'm still trying to figure out why context.Session could be null...