REST-Sessions

JSON →
library 2.0.1 ·javascript maintenance
verified Jun 7, 2026

REST-Sessions v2.0.1 is a REST interface built on top of redis-sessions for managing and sharing sessions across different app server platforms. It provides CRUD operations for session creation, retrieval, updating, and deletion via HTTP endpoints. The package communicates with Redis to store session data and supports configurable TTL, IP tracking, read/write counters, idle time, and JSON payloads for additional session parameters. It is designed for multi-platform environments (Node.js, PHP, ColdFusion, ASP, .NET) and can be run as a standalone service or via Docker. Maintenance status is unclear; the last release was in 2020 and development appears inactive.