aspnet / AspNetSessionState

ASP.NET Session State (not for ASP.NET Core)
MIT License
55 stars 43 forks source link

Be consistent with other providers using camel case in Sql provider. #83

Closed StephenMolloy closed 1 year ago

StephenMolloy commented 1 year ago

Our NameValueCollection was already case-insensitive, so this is mostly a doc issue. But I'd like to be consistent in using camelCase across all our providers when appropriate.