Libraries tagged by session state
webbuilders-group/silverstripe-statefulunsavedlist
12 Downloads
GridField component that allows unsaved relation lists for many_many when managing existing objects on the right side of the relationship relationships to be stored in the GridField's state and session
primal/session
7 Downloads
An abstract wrapper class for dedicating a portion of the session as an object's state save
mwtech/thinkphp-app-session
7 Downloads
Application level session control based on ThinkPHP/ThinkCmf.The application scenario of this project is a ThinkPHP project serving as the backend for multiple front-end projects. The sessions of each front-end project need to be separated to avoid state interference maintained by sessions, such as user login status.
hexmakina/state-agent
83 Downloads
StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters
zaphyr-org/session
131 Downloads
A session handler repository for maintaining user state across multiple requests.
logifire/nano-php-state
2 Downloads
Session and cookie handling
lithemod/session-support
34 Downloads
A lightweight and flexible PHP component for managing sessions and flash messages in PHP applications, designed to simplify state management and enhance user experience across various frameworks.
geisi/laravel-db-session-helper
9 Downloads
This package is build on top of the Laravel session database driver. With it you are able to query users by their login state.
mindplay/stately
47 Downloads
Session abstraction for PSR-7
keron-digital/auth-redis-storage-bundle
10 Downloads
Redis-backed storage solution for Symfony applications to manage token lifecycles. Provides services for blacklisting invalidated tokens and tracking currently active tokens via their unique IDs (JTI, UUID)
weijiajia/saloonphp-header-synchronize-plugin
21 Downloads
A Saloon PHP plugin for synchronizing headers between requests to maintain session state and authentication
perlucas/clientsessionstate
0 Downloads
Simple PHP Client Session State Implementation
hexmakina/smith
139 Downloads
StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters
aseemann/pihole-api-client
24 Downloads
The Pi-hole API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts and returns reliable UTF-8 [JavaScript Object Notation (JSON)-encoded](http://www.json.org/) data for all API responses, and uses standard HTTP response codes and verbs. Most (but not all) endpoints require authentication. API endpoints requiring authentication will fail with code `401 Unauthorized` when used outside a valid session.
victory7/ezsession
9 Downloads
ezsession is a versatile PHP session handler designed to provide seamless session management by combining the strengths of relational databases (MySQL), key-value stores (Redis), and JWT tokens. It offers developers flexible, secure, and scalable session storage, making it ideal for applications requiring high-performance, distributed, and stateless authentication systems. With ezsession, you can customize your session storage strategy to suit a variety of use cases while ensuring enhanced security and simplified management.