25 packages tagged with “SessionState”
ASP.NET Core session state middleware.
In .Net 4.6.2, asp.net enables plugin async SessionState module which is a good fit for the non-in-memory SessionState data store. This async SessionState module provides the extensibility to plugin an async version of SessionState provider.
In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses SQL Server as the data store and leverages async database operation to provide better scability.
A configurable SessionStateStoreProvider that persists data to a Redis server
Memcached SessionState providers
In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses CosmosDB as the data store and leverages async database operation to provide better scability.
Redis backed ASP.NET providers written in C# using StackExchange.Redis. Includes OutputCacheProvider and SessionStateStoreProvider.
A highly available, high performance ASP.NET session state store provider using Memcached.
Provides Session State and Application Cache as a replacement for the built in state for classic ASP/classic ASP.NET and AspNetCore. Enables interoperable Sessionstate or cache, between those three frameworks. Uses Redis 2.8(+) as a backend storage server.
An ASP.NET Redis SessionStateStoreProvider.
This package allows to store session data in MongoDB Replica Set. This data server distribution provides high availability for your web app and the possibility to distribute session data in a different servers and locations. If primary server fails, the application will still alive during the usual time needed to elect another server as a primary. For further information visit the documentation available in project URL. The source code contains several passed test cases.
ASP.NET Session State with distributed cache (Redis & Memcached)
Session state management by storing/retrieving from a Cosmos repository. For details on how to use this package see the ReadMe file that is part of this repository.
An ASP.NET session-state store-provider implementation using RavenDB for persistence.
Port of the Enyim Memcached Provider to Couchbase Server with some improvements: - Target framework is .NET 4.5 - Session data compression is supported. - NLog logging can be enabled to output basic information for all Save / Load actions (item id and size before and after compression) - LZ4 fast compression algorithm supported - QuickLZ very fast compression algorithm supported and is default algorithm if compression enabled (http://www.quicklz.com). - LZ4Sharp library (https://github.com/stangelandcl/LZ4Sharp) used for fastest compression - Provider write his configuration during start to Windows Event Log and in addition to log file. Copyrights: - couchbase-aspnet project is Copyright (C) 2012 Couchbase, Inc - LZ4Sharp is Copyright (C) 2011, Clayton Stangeland - parts of LZ4Sharp are LZ4 - Fast LZ compression algorithm is Copyright (C) 2011, Yann Collet. - QuickLZ data compression library is Copyright (C) 2006-2011 Lasse Mikkel Reinhold
This contains a custom ASP.NET session state provider using NCache Enterprise.
A custom ASP.NET Core Middleware plugin for distributed session state using Couchbase server as the backing store. Supports both Memcached (in-memory) and Couchbase (persistent) buckets.
MongoDB Session State Provider Custom ASP.NET Session State Provider using MongoDB as the state store. http://msdn.microsoft.com/en-us/library/ms178587.aspx http://msdn.microsoft.com/en-us/library/ms178588.aspx https://github.com/AdaTheDev/MongoDB-ASP.NET-Session-State-Store
ASP.NET Session State provider for ASP.NET 4.6.2 and higher.
ASP.NET Async Session State provider for ASP.NET 4.6.2 and higher.
AerospikeSessionStateStore is a high performance Session State Provider that uses the Aerospike NoSQL Key-Value store.
This contains a custom ASP.NET session state provider using NCache Professional.
This contains a custom ASP.NET session state provider using NCache Opensource.
This contains a custom ASP.NET session state provider using NCache Community.