Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 3, 2017
1 parent e581a84 commit 4145e99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/providers/session.rst
Expand Up @@ -59,7 +59,9 @@ Registering
Using Handlers
--------------

The default session handler is `NativeFileSessionHandler`. However, there are multiple handlers available for use by setting ``session.storage.handler`` to an instance of one of the following handler objects.
The default session handler is ``NativeFileSessionHandler``. However, there are
multiple handlers available for use by setting ``session.storage.handler`` to
an instance of one of the following handler objects:

* `LegacyPdoSessionHandler <http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session/Storage/Handler/LegacyPdoSessionHandler.html>`_
* `MemcacheSessionHandler <http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.html>`_
Expand Down

0 comments on commit 4145e99

Please sign in to comment.