Skip to content

Commit 457cf48

Browse files
committed
Merge pull request #2200 from WouterJ/patch-10
Removed framework.session.auto_start setting
2 parents 89126fa + 78e6d4b commit 457cf48

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
@@ -422,7 +422,6 @@ Full Default Configuration
422422
423423
# session configuration
424424
session:
425-
auto_start: false
426425
storage_id: session.storage.native
427426
handler_id: session.handler.native_file
428427
name: ~
@@ -497,5 +496,9 @@ Full Default Configuration
497496
file_cache_dir: "%kernel.cache_dir%/annotations"
498497
debug: true
499498
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+
500503
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
501504
.. _`sprintf()`: http://php.net/manual/en/function.sprintf.php

0 commit comments

Comments
 (0)