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 d981337 + dc3d26c commit 62ae5c6Copy full SHA for 62ae5c6
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