Skip to content

Commit 3f481a9

Browse files
committed
Merge branch '2.2'
Conflicts: cookbook/configuration/pdo_session_storage.rst
2 parents 381e578 + 117e021 commit 3f481a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configuration format of your choice):
5454
5555
<!-- app/config/config.xml -->
5656
<framework:config>
57-
<framework:session handler-id="session.handler.pdo" session-lifetime="3600" auto-start="true"/>
57+
<framework:session handler-id="session.handler.pdo" cookie-lifetime="3600" auto-start="true"/>
5858
</framework:config>
5959
6060
<parameters>

0 commit comments

Comments
 (0)