Details
-
Bug
-
Resolution: Duplicate
-
Major
-
2.0.0-beta2
-
None
Description
CouchbaseSessionStateProvider.cs / SessionStateItem / Load()
After the bucket.get(), response is checked for KeyNotFound.
There is no check against Success before consuming header.Value (results in exception, which may be the correct behavior). The conditions should be checked for and an exception should be explicitly thrown.
Attachments
Issue Links
- duplicates
-
CBASP-21 System.ArgumentNullException with ASP.NET Session Management
- Resolved