awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSession Management Systems

Systems for storing user data on the server and linking it to a client via unique identifiers.

Distinguishing note: Candidates focus on hierarchies or recording rather than the core functional capability of managing user sessions.

Explore 2 awesome GitHub repositories matching web development · Session Management Systems. Refine with filters or upvote what's useful.

Awesome Session Management Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • expressjs/sessionAvatar von expressjs

    expressjs/session

    6,364Auf GitHub ansehen↗

    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

    Stores user data on the server and links it to a client using a unique identifier kept in a cookie.

    JavaScriptexpressjsjavascriptmiddleware
    Auf GitHub ansehen↗6,364
  • webpy/webpyAvatar von webpy

    webpy/webpy

    5,919Auf GitHub ansehen↗

    web.py is a minimal Python web framework that provides the core components needed to build web applications: URL routing, template rendering, database access, form handling, and session management. The framework uses a convention-based approach where URL patterns are automatically mapped to handler classes based on their names, eliminating the need for manual route configuration. It exposes applications as WSGI callables, making them deployable with any WSGI-compliant server. The framework distinguishes itself through its metaclass-driven auto-discovery system, which automatically registers h

    Implements a server-side session store that maintains per-user data across multiple requests.

    Python
    Auf GitHub ansehen↗5,919
  1. Home
  2. Web Development
  3. Session Management Systems