merged branch vicb/auto_start (PR #4724)

Commits
-------

c5470b0 [Session] Removes references to the deprecated 'auto_start' setting

Discussion
----------

[Session] Removes references to the deprecated 'auto_start' setting

fix #4721
This commit is contained in:
Fabien Potencier 2012-07-03 16:13:04 +02:00
commit 3ee1b383af
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ framework:
test: ~
default_locale: en
session:
auto_start: true
storage_id: session.storage.mock_file
services:

View File

@ -8,7 +8,6 @@ framework:
test: ~
default_locale: en
session:
auto_start: true
storage_id: session.storage.mock_file
profiler: { only_exceptions: false }