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 8e45839 commit 78e6d4bCopy full SHA for 78e6d4b
reference/configuration/framework.rst
@@ -323,7 +323,6 @@ Full Default Configuration
323
324
# session configuration
325
session:
326
- auto_start: false
327
storage_id: session.storage.native
328
handler_id: session.handler.native_file
329
name: ~
@@ -398,5 +397,9 @@ Full Default Configuration
398
397
file_cache_dir: "%kernel.cache_dir%/annotations"
399
debug: true
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
+
404
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
405
.. _`sprintf()`: http://php.net/manual/en/function.sprintf.php
0 commit comments