zahycz/sessionless

Non-I/O blocking PHP SessionHandler implementation using Nette/Caching with DI Extension for Nette framework

Installs: 6 709

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zahycz/sessionless

v2.0.5 2021-12-10 11:09 UTC

This package is auto-updated.

Last update: 2025-09-10 19:08:51 UTC


README

Non-I/O blocking PHP SessionHandler implementation using Nette/Caching with DI Extension for Nette framework

Install

composer require zahycz/sessionless

Configuration

extensions:
  sessionless: ZahyCZ\SessionLess\Bridges\NetteDI\Extension
  
sessionless:
    appName: myApp
    path: '/../../../data'
    expiration: 20 days
    expirationSliding: true
    #storage: @Nette\Caching\Storage