nazonohito51/array-session-handler

There is no license information available for the latest version (0.0.2) of this package.

session handler for test.

Maintainers

Package info

github.com/nazonohito51/array-session-handler

pkg:composer/nazonohito51/array-session-handler

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.2 2019-07-30 00:53 UTC

This package is auto-updated.

Last update: 2026-03-01 00:28:36 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);