Skip to content

Commit adc57be

Browse files
committed
[#3404] Adding a few comments, per @wouterj
1 parent f094237 commit adc57be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbook/session/sessions_directory.rst

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ to store session data. This is because of the following configuration:
3131
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
3232
>
3333
<framework:config>
34+
<!-- handler_id set to null will use default session handler from php.ini -->
3435
<framework:session handler-id="null" />
3536
</framework:config>
3637
</container>
@@ -40,6 +41,7 @@ to store session data. This is because of the following configuration:
4041
// app/config/config.php
4142
$container->loadFromExtension('framework', array(
4243
'session' => array(
44+
// handler_id set to null will use default session handler from php.ini
4345
'handler-id' => null,
4446
),
4547
));

0 commit comments

Comments
 (0)