8000 Sessions refactoring · symfony/symfony-docs@0055c99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0055c99

Browse files
fabpotwouterj
authored andcommitted
Sessions refactoring
1 parent 422bf52 commit 0055c99

17 files changed

+1474
-2104
lines changed

_build/redirection_map

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@
248248
/cookbook/session/index /session
249249
/cookbook/session/limit_metadata_writes /reference/configuration/framework
250250
/session/limit_metadata_writes /reference/configuration/framework
251-
/cookbook/session/locale_sticky_session /session/locale_sticky_session
251+
/cookbook/session/locale_sticky_session /session#locale-sticky-session
252+
/cookbook/locale_sticky_session /session#locale-sticky-session
252253
/cookbook/session/php_bridge /session/php_bridge
253254
/cookbook/session/proxy_examples /session/proxy_examples
254255
/cookbook/session/sessions_directory /session/sessions_directory
@@ -477,8 +478,9 @@
477478
/components/translation/custom_message_formatter https://github.com/symfony/translation
478479
/components/notifier https://github.com/symfony/notifier
479480
/components/routing https://github.com/symfony/routing
480-
/doctrine/pdo_session_storage /session/database
481-
/doctrine/mongodb_session_storage /session/database
481+
/session/database /session#session-database
482+
/doctrine/pdo_session_storage /session#session-database-pdo
483+
/doctrine/mongodb_session_storage /session#session-database-mongodb
482484
/components/dotenv https://github.com/symfony/dotenv
483485
/components/mercure /mercure
484486
/components/polyfill_apcu https://github.com/symfony/polyfill-apcu

components/http_foundation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ the response content will look like this:
752752
Session
753753
-------
754754

755-
The session information is in its own document: :doc:`/components/http_foundation/sessions`.
755+
The session information is in its own document: :doc:`/session`.
756756

757757
Safe Content Preference
758758
-----------------------
@@ -829,10 +829,9 @@ Learn More
829829
:maxdepth: 1
830830
:glob:
831831

832-
/components/http_foundation/*
833832
/controller
834833
/controller/*
835-
/session/*
834+
/session
836835
/http_cache/*
837836

838837
.. _nginx: https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/

components/http_foundation/session_configuration.rst

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

0 commit comments

Comments
 (0)
0