Is there any default limit on the size of the session state in ASP.NET Core?
In full ASP.NET, I have seen similar questions answered with reference to the requestLengthDiskThreshold setting, but unclear if that setting exists in ASP.NET Core, or if it does actually relate to the overall size of session state allowed.