Skip to content

Commit

Permalink
NetteExtension: session.autoStart default value is now 'smart' (preve…
Browse files Browse the repository at this point in the history
…nts error in UserPanel etc.)
  • Loading branch information
dg committed Mar 22, 2012
1 parent b4ddd53 commit 4f397ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nette/Config/Extensions/NetteExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NetteExtension extends Nette\Config\CompilerExtension
'xhtml' => TRUE,
'session' => array(
'iAmUsingBadHost' => NULL,
'autoStart' => NULL, // true|false|smart
'autoStart' => 'smart', // true|false|smart
'expiration' => NULL,
),
'application' => array(
Expand Down

0 comments on commit 4f397ea

Please sign in to comment.