silverstripe / non-blocking-sessions
Non-blocking file-based session save handler for Silverstripe CMS 5
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
README
Overview
Provides a non-blocking file-based session save handler for Silverstripe CMS 5.
[!INFO] This module is not needed for Silverstripe CMS 6+ because this functionality is built into
silverstripe/framework
from 6.1.0 onwards.
Installation
composer require silverstripe/non-blocking-sessions
There are no usage instructions or configuration - just install it and it'll work, provided you haven't set another session save handler somewhere in your code.