This is a PHP session handler that supports PSR-6 cache. It is a part of the PHP Cache organisation. Find more documentation at www.php-cache.com.
composer require cache/session-handler$pool = new ArrayCachePool();
$config = ['ttl'=>3600, 'prefix'=>'foobar'];
$sessionHandler = new Psr6SessionHandler($pool, $config);Contributions are very welcome! Send us a pull request or report any issues you find on the issue tracker.
