🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

pysessionmanager

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pysessionmanager

A Python session management library with support for session timeouts, password-protected sessions, and persistent storage to files or databases. Suitable for web, GUI, and console applications. Provides functionality to create, update, delete, and validate sessions, with optional security and expiration controls. Ideal for managing user sessions in various types of Python projects.

0.3.0
PyPI
Maintainers
1

PySessionManager

Een uitbreidbare sessiebeheer library voor Python CLI- en webapplicaties.

Installatie

pip install pysessionmanager

Voorbeeld

from pysessionmanager import SessionManager

sm = SessionManager()
session_id = sm.add_session("mijn_gebruiker")
print("Gestart:", session_id)

Features

  • Start/stop sessies
  • TTL support
  • Web en CLI bruikbaar
  • Flask-demo

Keywords

session

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts