Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e1553e

Browse files
committed
[symfony#2856] Indenting paragraph and fixing a few minor things
1 parenta77e3d0 commit8e1553e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎cookbook/session/php_bridge.rst‎

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ the example below:
3535
3636
..note::
3737

38-
If the legacy application requires it's own session save-handler, do not
39-
override this, rather set ``handler_id: ~``. Note that a save handler cannot
40-
be changed once the session has been started. If the application starts the
41-
session before Symfony initializes the save-handler will have already been
42-
set. You will need ``handler_id: ~``. Only override the save-handler if you
43-
are sure the legacy application can use the Symfony save-handler without
44-
side effects and that the session has not been started before Symfony inializes.
38+
If the legacy application requires its own session save-handler, do not
39+
override this. Instead set ``handler_id: ~``. Note that a save handler
40+
cannot be changed once the session has been started. If the application
41+
starts the session before Symfony is initialized, the save-handler will
42+
have already been set. In this case, you will need ``handler_id: ~``.
43+
Only override the save-handler if you are sure the legacy application
44+
can use the Symfony save-handler without side effects and that the session
45+
has not been started before Symfony is initialized.
4546

4647
For more details, see:doc:`/components/http_foundation/session_php_bridge`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp