silverstripe/non-blocking-sessions

Non-blocking file-based session save handler for Silverstripe CMS 5

1.0.0 2025-07-21 01:19 UTC

This package is auto-updated.

Last update: 2025-07-21 07:49:48 UTC


README

CI

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.