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 8aee1ab commit dc3d26cCopy full SHA for dc3d26c
components/http_foundation/session_configuration.rst
@@ -79,7 +79,7 @@ examples if you wish to write your own.
79
Example usage::
80
81
use Symfony\Component\HttpFoundation\Session\Session;
82
- use Symfony\Component\HttpFoundation\Session\Storage\SessionStorage;
+ use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
83
use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
84
85
$storage = new NativeSessionStorage(array(), new PdoSessionHandler());
0 commit comments