Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6691148

Browse files
committedMay 28, 2020
minor symfony#12325 Reworded the docs about storing sessions in database (javiereguiluz)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Reworded the docs about storing sessions in database This is part of our ongoing effort to reword all Doctrine related docs. I'll summon the power of the Symfony community to review this: * @dkarlovi could you please review that the section about RedisSessionHandler is correct? Thanks! * @stof could you please review the section about relational databases? Related to symfony#12324. Thanks! * @alcaeus could you please review the section about MongoDB? I have some problems about the config needed to pass the MongoDB connection to MongoDBSessionHandler. Thanks! The file to review is the new file `session/database.rst`. Here's how it looks rendered: https://github.com/javiereguiluz/symfony-docs/blob/b2ef983b79110cff8f85abeeffe78aa18f6bf31a/session/database.rst Thank you all! Commits ------- 500d961 Reworded the docs about storing sessions in database
2 parents c7b6a03 + 500d961 commit 6691148

File tree

7 files changed

+612
-370
lines changed

7 files changed

+612
-370
lines changed
 

‎_build/redirection_map

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,5 @@
479479
/components/translation/custom_formats https://github.com/symfony/translation
480480
/components/translation/custom_message_formatter https://github.com/symfony/translation
481481
/components/routing https://github.com/symfony/routing
482+
/doctrine/pdo_session_storage /session/database
483+
/doctrine/mongodb_session_storage /session/database

‎doctrine.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,10 +853,9 @@ Learn more
853853
doctrine/custom_dql_functions
854854
doctrine/dbal
855855
doctrine/multiple_entity_managers
856-
doctrine/pdo_session_storage
857-
doctrine/mongodb_session_storage
858856
doctrine/resolve_target_entity
859857
doctrine/reverse_engineering
858+
session/database
860859
testing/database
861860

862861
.. _`Doctrine`: https://www.doctrine-project.org/

‎doctrine/mongodb_session_storage.rst

Lines changed: 0 additions & 31 deletions
This file was deleted.

‎doctrine/pdo_session_storage.rst

Lines changed: 0 additions & 276 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.