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

Grammar

parent e1264470
How to use PdoSessionStorage to store sessions in the database How to use PdoSessionStorage to store sessions in the database
============================================================== ==============================================================
By default, the :doc:`SessionServiceProvider <providers/session>` write sessions By default, the :doc:`SessionServiceProvider <providers/session>` writes session
informations to file with the NativeFileSessionStorage of Symfony2. Most medium information in files with the NativeFileSessionStorage of Symfony2. Most medium
to large websites use a database to store the session values instead of files, 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.
......
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