Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b38aad5 + 5e9fa9d commit f11a282Copy full SHA for f11a282
src/Symfony/Component/HttpFoundation/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