Compare commits

..

No commits in common. "190db833fc159be0e690304fa559b6be9ea17dc2" and "deddac89adae3b5b27e10861d521db7b8c1f7005" have entirely different histories.

View file

@ -1,8 +1,6 @@
DigiComp.FlowSessionLock 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 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 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 will set the session in "ReadOnly" mode, which allows concurrent requests to read, but disallows the current request to