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 bf4ce18 commit a786941Copy full SHA for a786941
reference/configuration/framework.rst
@@ -399,8 +399,6 @@ Full Default Configuration
399
400
# session configuration
401
session:
402
- # DEPRECATED! Session starts on demand
403
- auto_start: false
404
storage_id: session.storage.native
405
handler_id: session.handler.native_file
406
name: ~
@@ -461,9 +459,4 @@ Full Default Configuration
461
459
file_cache_dir: %kernel.cache_dir%/annotations
462
460
debug: %kernel.debug%
463
464
-
465
-.. versionadded:: 2.1
466
- The ```framework.session.auto_start`` setting has been removed in Symfony2.1,
467
- it will start on demand now.
468
469
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
0 commit comments