2022-03-15 09:32:42 +01:00
|
|
|
DigiComp:
|
|
|
|
FlowSessionLock:
|
|
|
|
lockStoreConnection: "flock://%FLOW_PATH_DATA%Temporary/Production/SessionLocks/"
|
|
|
|
timeToLive: 300.0
|
|
|
|
autoRelease: true
|
2022-05-16 11:28:39 +02:00
|
|
|
secondsToWait: 30
|
2022-03-15 09:32:42 +01:00
|
|
|
readOnlyExpressions: {}
|
|
|
|
|
2021-08-26 15:05:37 +02:00
|
|
|
Neos:
|
|
|
|
Flow:
|
|
|
|
http:
|
|
|
|
chain:
|
|
|
|
preprocess:
|
|
|
|
chain:
|
|
|
|
lockSession:
|
2022-03-15 09:32:42 +01:00
|
|
|
position: "before getSessionCookieFromRequest"
|
|
|
|
component: "DigiComp\\FlowSessionLock\\Http\\SessionLockRequestComponent"
|