Compare commits

..

3 commits

Author SHA1 Message Date
190db833fc Merge tag '3.0.0' into develop
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
Tagging 3.0.0
2022-08-30 14:46:14 +02:00
edf3c15935 Merge branch 'release/3.0.0'
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
2022-08-30 14:46:10 +02:00
a9487d312d Adding build status to README.md
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
2022-08-30 14:46:03 +02:00

View file

@ -1,6 +1,8 @@
DigiComp.FlowSessionLock
------------------------
![Build status](https://ci.digital-competence.de/api/badges/Packages/DigiComp.FlowSessionLock/status.svg)
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