Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Dealing with unreliable storage #99

Closed
Tratcher opened this issue Mar 9, 2016 · 0 comments
Closed

Dealing with unreliable storage #99

Tratcher opened this issue Mar 9, 2016 · 0 comments
Assignees
Milestone

Comments

@Tratcher
Copy link
Member

Tratcher commented Mar 9, 2016

One of the larger complaints with Asp.Net 4 Session is that when the session provider goes down it takes down the entire site, when session may not be a critical component of the site.

We have not hardened the new implementation to handle this scenario. There are several TODOs in the code (https://github.com/aspnet/Session/blob/dev/src/Microsoft.AspNetCore.Session/DistributedSession.cs#L105) around suppressing session load failures. We even had an ISession.IsAvailable property to indicate this, but I think it was removed when nobody used it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants