Skip to content

Commit a786941

Browse files
committed
removed deprecated auto_start setting
1 parent bf4ce18 commit a786941

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,6 @@ Full Default Configuration
399399
400400
# session configuration
401401
session:
402-
# DEPRECATED! Session starts on demand
403-
auto_start: false
404402
storage_id: session.storage.native
405403
handler_id: session.handler.native_file
406404
name: ~
@@ -461,9 +459,4 @@ Full Default Configuration
461459
file_cache_dir: %kernel.cache_dir%/annotations
462460
debug: %kernel.debug%
463461
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-
469462
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2

0 commit comments

Comments
 (0)