nazonohito51 / array-session-handler
session handler for test.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/nazonohito51/array-session-handler
Requires
- php: ^5.4|^7.0
This package is auto-updated.
Last update: 2025-09-29 02:09:23 UTC
README
CustomSessionHandler for test. This handler store by array.
https://www.php.net/manual/en/session.customhandler.php
Usage
session_set_save_handler(new SessionHandlers\ArrayHandler(), true);