Skip to content

Sessions refactoring #17649

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 2 commits into from
Jan 7, 2023
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
8 changes: 5 additions & 3 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@
/cookbook/session/index /session
/cookbook/session/limit_metadata_writes /reference/configuration/framework
/session/limit_metadata_writes /reference/configuration/framework
/cookbook/session/locale_sticky_session /session/locale_sticky_session
/cookbook/session/locale_sticky_session /session#locale-sticky-session
/cookbook/locale_sticky_session /session#locale-sticky-session
/cookbook/session/php_bridge /session/php_bridge
/cookbook/session/proxy_examples /session/proxy_examples
/cookbook/session/sessions_directory /session/sessions_directory
Expand Down Expand Up @@ -477,8 +478,9 @@
/components/translation/custom_message_formatter https://github.com/symfony/translation
/components/notifier https://github.com/symfony/notifier
/components/routing https://github.com/symfony/routing
/doctrine/pdo_session_storage /session/database
/doctrine/mongodb_session_storage /session/database
/session/database /session#session-database
/doctrine/pdo_session_storage /session#session-database-pdo
/doctrine/mongodb_session_storage /session#session-database-mongodb
/components/dotenv https://github.com/symfony/dotenv
/components/mercure /mercure
/components/polyfill_apcu https://github.com/symfony/polyfill-apcu
Expand Down
5 changes: 2 additions & 3 deletions components/http_foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ the response content will look like this:
Session
-------

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

Safe Content Preference
-----------------------
Expand Down Expand Up @@ -829,10 +829,9 @@ Learn More
:maxdepth: 1
:glob:

/components/http_foundation/*
/controller
/controller/*
/session/*
/session
/http_cache/*

.. _nginx: https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/
Expand Down
321 changes: 0 additions & 321 deletions components/http_foundation/session_configuration.rst

This file was deleted.

Loading