aspnet / AspNetSessionState

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

Overridable GetConnectionString method in SqlSessionStateProviderAsync #104

Open chenglidev opened 7 months ago

chenglidev commented 7 months ago

Hi, I am raising this issue because I was going to make a class based on SqlSessionStateProviderAsync to customize connection string. But I couldn't do that because GetConnectionString method is not overridable in SqlSessionStateProviderAsync.cs. Would you please consider making it overridable? That will be really grateful. Thanks in advance.