2 repository-uri
Components for managing and synchronizing session state across distributed testing grids.
Distinguishing note: Focuses on session state persistence in distributed environments rather than general data storage.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Distributed Session Managers. Refine with filters or upvote what's useful.
Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr
Selenium configures a distributed grid to store session information in a database or cache by defining a custom session map implementation.
Shiro is a Java security framework that provides an identity and access manager for implementing authentication, authorization, cryptography, and session management. It serves as a security layer to verify user identities and enforce role-based access control for protected system resources. The project features a pluggable realm architecture that decouples security logic from identity data and a standalone session management system that tracks user state independently of the underlying servlet container. It includes an integrator for external identity providers using federation protocols such
Provides distributed session management to synchronize user state across enterprise environments.