nazonohito51 / array-session-handler
There is no license information available for the latest version (0.0.2) of this package.
session handler for test.
0.0.2
2019-07-30 00:53 UTC
Requires
- php: ^5.4|^7.0
This package is auto-updated.
Last update: 2024-10-29 05:59:19 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);