# SQLiteSessionStateStore **Repository Path**: mirrors_toolgood/SQLiteSessionStateStore ## Basic Information - **Project Name**: SQLiteSessionStateStore - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SQLiteSessionStateProvider ======================================== This is a SQLite session state provider for ASP.NET. There are 3 providers that come standard: InProc, SqlServer, and StateServer. The SQLite provider was built to address deployment scenarious where persistant session state needs to be stored but SQLServer and StateServer are either not available or performance is a concern. Dependencies ======================================== This project requires the System.Data.SQLite.dll from http://sqlite.phxsoftware.com/. Both the x86 and x64 version are included with the source. Example ======================================== The provider will handle setting up the schema and creating the database automatically. Just add the following configuration to your web.config file