We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3184d3 commit 12c9562Copy full SHA for 12c9562
doctrine/pdo_session_storage.rst
@@ -29,6 +29,8 @@ To use it, first register a new handler service:
29
# If you're using Doctrine & want to re-use that connection, then:
30
# comment-out the above 2 lines and uncomment the line below
31
# - !service { class: PDO, factory: 'database_connection:getWrappedConnection' }
32
+ # sometimes you get transaction problems (ex. after login) then add
33
+ # - { lock_mode: 1 }
34
35
.. code-block:: xml
36
0 commit comments