aspnet / Session

[Archived] Session state middleware for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
126 stars 66 forks source link

Any plans for maximum session size property? #185

Closed wysisoft closed 6 years ago

wysisoft commented 7 years ago

Are there any plans for a property that sets a maximum size for total user session, and throws an exception if its exceeded? Any recommendations on how I can simply accomplish this? (currently using redis distributed cache)

Tratcher commented 7 years ago

No plans for this yet, but it's an interesting idea.

Some workarounds:

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2398