Harbour.RedisSessionStateStore
Harbour.RedisSessionStateStore copied to clipboard
Run the sample site throw the "context.Session is null" exception
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.
Hey - can you check out #23? I'm still trying to figure out why context.Session
could be null...