AspNetSessionState
AspNetSessionState copied to clipboard
New thread-safe Item Collection Fixes #95
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 the in-memory session, so serialization is not necessary.
Fixed #95