Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 448 Bytes

session.rst

File metadata and controls

21 lines (15 loc) · 448 Bytes

Sessions

Symfony provides a nice session object that you can use to store information about the user between requests.

To see how to use the session, read :ref:`session-intro`.

More about Sessions

.. toctree::
    :maxdepth: 1

    session/sessions_directory
    session/avoid_session_start
    session/locale_sticky_session
    session/php_bridge
    session/proxy_examples