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.
2 parents 89126fa + 78e6d4b commit 457cf48Copy full SHA for 457cf48
reference/configuration/framework.rst
@@ -422,7 +422,6 @@ Full Default Configuration
422
423
# session configuration
424
session:
425
- auto_start: false
426
storage_id: session.storage.native
427
handler_id: session.handler.native_file
428
name: ~
@@ -497,5 +496,9 @@ Full Default Configuration
497
496
file_cache_dir: "%kernel.cache_dir%/annotations"
498
debug: true
499
+.. versionadded:: 2.1
500
+ The ```framework.session.auto_start`` setting has been removed in Symfony2.1,
501
+ it will start on demand now.
502
+
503
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
504
.. _`sprintf()`: http://php.net/manual/en/function.sprintf.php
0 commit comments