Commit e1264470 authored by Jérôme Tamarelle's avatar Jérôme Tamarelle

Fix URL to Symfony API doc

parent 7a176af4
...@@ -7,7 +7,7 @@ to large websites use a database to store the session values instead of files, ...@@ -7,7 +7,7 @@ to large websites use a database to store the session values instead of files,
because databases are easier to use and scale in a multi-webserver environment. because databases are easier to use and scale in a multi-webserver environment.
Symfony2 has multiple session storage solutions. For database, its called Symfony2 has multiple session storage solutions. For database, its called
`PdoSessionStorage <http://api.symfony.com/master/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.html> `PdoSessionStorage <http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session/Storage/PdoSessionStorage.html>
To use it, you need to replace the ``session.storage`` service in your application. To use it, you need to replace the ``session.storage`` service in your application.
Example Example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment