Commit 7d07da09 authored by Igor Wiedler's avatar Igor Wiedler

Update { => Native}FileSessionHandler in session doc

parent 0ff83c40
...@@ -8,7 +8,7 @@ Parameters ...@@ -8,7 +8,7 @@ Parameters
---------- ----------
* **session.storage.save_path** (optional): The path for the * **session.storage.save_path** (optional): The path for the
``FileSessionHandler``, defaults to the value of ``NativeFileSessionHandler``, defaults to the value of
``sys_get_temp_dir()``. ``sys_get_temp_dir()``.
* **session.storage.options**: An array of options that is passed to the * **session.storage.options**: An array of options that is passed to the
...@@ -42,8 +42,8 @@ Services ...@@ -42,8 +42,8 @@ Services
data. data.
* **session.storage.handler**: A service that is used by the * **session.storage.handler**: A service that is used by the
``session.storage`` for data access. Defaults to a `FileSessionHandler ``session.storage`` for data access. Defaults to a `NativeFileSessionHandler
<http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session/Storage/Handler/FileSessionHandler.html>`_ <http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.html>`_
storage handler. storage handler.
Registering Registering
......
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