File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,8 @@ The settings are as follows:
235
235
- ``SessionStorageInterface::NO_START_ON_DEMAND_STRICT `` - The session will not be started on demand
236
236
and any attempt to read or write session data will result in a ``\RuntimeException ``
237
237
- ``SessionStorageInterface::START_ON_DEMAND `` - The session will be started if it hasn't already been
238
- when any attempt is made to read ro write session data.
238
+ when any attempt is made to read or write session data. This setting reflects the default behaviour
239
+ since Symfony 2.1
239
240
- ``SessionStorageInterface::NO_START_ON_DEMAND_LAX `` - The sessions will not be started on demand
240
241
when session data is read or written to. It will allow access to the unitialized ``BagInterface ``.
241
242
If this session is subsequently started manually after data is written to a ``BagInterface `` will
You can’t perform that action at this time.
0 commit comments