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

This package is auto-updated.

Last update: 2024-03-29 03:58:47 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);