Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
auto_start should be false
  • Loading branch information
Miha Vrhovnik committed Feb 29, 2012
1 parent 6e2a7da commit 471b564
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -205,7 +205,7 @@ protected function setOptions(array $options)
// set defaults for certain values
$defaults = array(
'cache_limiter' => '', // disable by default because it's managed by HeaderBag (if used)
'auto_start' => true,
'auto_start' => false,
'use_cookies' => true,
'cookie_httponly' => true,
);
Expand Down

0 comments on commit 471b564

Please sign in to comment.