8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d18788 + f9bf3f8 commit c4cc147Copy full SHA for c4cc147
src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
@@ -351,7 +351,7 @@ public function setOptions(array $options)
351
* session.save_handler and session.save_path e.g.
352
*
353
* ini_set('session.save_handler', 'files');
354
- * ini_set('session.save_path', /tmp');
+ * ini_set('session.save_path', '/tmp');
355
356
* or pass in a NativeSessionHandler instance which configures session.save_handler in the
357
* constructor, for a template see NativeFileSessionHandler or use handlers in
0 commit comments