Download the PHP package digicomp/flowsessionlock without Composer
On this page you can find all versions of the php package digicomp/flowsessionlock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digicomp/flowsessionlock
More information about digicomp/flowsessionlock
Files in digicomp/flowsessionlock
Download digicomp/flowsessionlock
More information about digicomp/flowsessionlock
Files in digicomp/flowsessionlock
Vendor digicomp
Package flowsessionlock
Short Description Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests
License MIT
Homepage https://github.com/digital-competence/FlowSessionLock
Package flowsessionlock
Short Description Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests
License MIT
Homepage https://github.com/digital-competence/FlowSessionLock
Please rate this library. Is it a good library?
Informations about the package flowsessionlock
DigiComp.FlowSessionLock
By default, the session established by Flow is not "protected" in any way. This package restricts every request to load the session only, if there are no other requests having it in access currently. It allows to set custom pointcut which will set the session in "ReadOnly" mode, which allows concurrent requests to read, but disallows the current request to write the session.
If you want to allow concurrent access somewhere, you can add your trigger pointcut in Settings.yaml
like such:
All versions of flowsessionlock with dependencies
PHP Build Version
Package Version
Requires
neos/flow Version
^7.3.0 | ^8.2
php Version ^7.4 | ^8.1
symfony/lock Version ^5.2.0 | ^6.2.0
php Version ^7.4 | ^8.1
symfony/lock Version ^5.2.0 | ^6.2.0
The package digicomp/flowsessionlock contains the following files
Loading the files please wait ....