AspNetSessionState icon indicating copy to clipboard operation
AspNetSessionState copied to clipboard

ASP.NET Session State (not for ASP.NET Core)

Results 11 AspNetSessionState issues
Sort by recently updated
recently updated
newest added

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...

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.0.0 to 5.1.3. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v5.1.3 [Stable release 5.1.3] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...

dependencies

Just noticed the new version dropped, I get an NRE in the 2.0.0 version due to this line, while using InProcess mode. var skipKA = config["skipKeepAliveWhenUnused"]; Because `config` is null...

When using SessionStateModuleAsync (2.0.0) in InProc mode, I get the following exception when the application is launched. With version 1.1.0 there is no error, but with version 2.0.0 the below...

Added new ThreadSafeSessionStateItemCollection to replace built-in Microsoft one. This fixes the race condition in the indexers. Also commented out all serialization since this is intended to only be used with...

I'm raising this because I spent hours and hours down Machine Key related rabbit holes and am hoping to save anyone else the joy of that :) The long and...

It would be nice to have a non-blocking session provider for ASP.NET State Server for cases with multiple parallel requests. I wanted to implement the provider by myself but didn't...

Feature Request

### System.Data.SqlClient.SqlException **The current transaction attempted to update a record that has been updated since this transaction started. The transaction was aborted. Uncommittable transaction is detected at the end of...