Skip to content

Reworded the docs about storing sessions in database #12325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,5 @@
/components/translation/custom_formats https://github.com/symfony/translation
/components/translation/custom_message_formatter https://github.com/symfony/translation
/components/routing https://github.com/symfony/routing
/doctrine/pdo_session_storage /session/database
/doctrine/mongodb_session_storage /session/database
3 changes: 1 addition & 2 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,9 @@ Learn more
doctrine/custom_dql_functions
doctrine/dbal
doctrine/multiple_entity_managers
doctrine/pdo_session_storage
doctrine/mongodb_session_storage
doctrine/resolve_target_entity
doctrine/reverse_engineering
session/database
testing/database

.. _`Doctrine`: https://www.doctrine-project.org/
Expand Down
31 changes: 0 additions & 31 deletions doctrine/mongodb_session_storage.rst

This file was deleted.

276 changes: 0 additions & 276 deletions doctrine/pdo_session_storage.rst

This file was deleted.

Loading