awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSession Store Interfaces

Standardized APIs that allow session management systems to plug into various storage backends.

Distinct from In-Memory Session Stores: Focuses on the abstract interface/API for storage rather than a specific storage implementation like In-Memory or MongoDB.

Explore 1 awesome GitHub repository matching data & databases · Session Store Interfaces. Refine with filters or upvote what's useful.

Awesome Session Store Interfaces GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • expressjs/sessionAvatar de expressjs

    expressjs/session

    6,364Voir sur GitHub↗

    This is a server-side session manager and middleware for Express applications. It maintains persistent user state across multiple HTTP requests by linking a unique session identifier stored in a browser cookie to data stored on the server. The project utilizes a standardized session store interface, allowing the connection of session data to external databases or in-memory caches. It includes mechanisms for session fixation protection through the regeneration of session identifiers. The system covers the management of user sessions, including the configuration of session cookies, the ability

    Provides a standardized session store interface to connect session data to external databases or in-memory caches.

    JavaScriptexpressjsjavascriptmiddleware
    Voir sur GitHub↗6,364
  1. Home
  2. Data & Databases
  3. Session Store Interfaces