Skip to content

Commit 78e6d4b

Browse files
committed
[#1640] Removed framework.session.auto_start setting
1 parent 8e45839 commit 78e6d4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ Full Default Configuration
323323
324324
# session configuration
325325
session:
326-
auto_start: false
327326
storage_id: session.storage.native
328327
handler_id: session.handler.native_file
329328
name: ~
@@ -398,5 +397,9 @@ Full Default Configuration
398397
file_cache_dir: "%kernel.cache_dir%/annotations"
399398
debug: true
400399
400+
.. versionadded:: 2.1
401+
The ```framework.session.auto_start`` setting has been removed in Symfony2.1,
402+
it will start on demand now.
403+
401404
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
402405
.. _`sprintf()`: http://php.net/manual/en/function.sprintf.php

0 commit comments

Comments
 (0)