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 7d2f82a commit 5b932eeCopy full SHA for 5b932ee
Session/Storage/NativeSessionStorage.php
@@ -375,13 +375,11 @@ public function setOptions(array $options)
375
* ini_set('session.save_path', '/tmp');
376
*
377
* or pass in a \SessionHandler instance which configures session.save_handler in the
378
- * constructor, for a template see NativeFileSessionHandler or use handlers in
379
- * composer package drak/native-session
+ * constructor, for a template see NativeFileSessionHandler.
380
381
* @see https://php.net/session-set-save-handler
382
* @see https://php.net/sessionhandlerinterface
383
* @see https://php.net/sessionhandler
384
- * @see https://github.com/zikula/NativeSession
385
386
* @param \SessionHandlerInterface|null $saveHandler
387
0 commit comments