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.
1 parent 707d359 commit e32f5a2Copy full SHA for e32f5a2
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