Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Clarify php session bridge cookbook.#2856
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,4 +33,14 @@ the example below: | ||
| storage_id: session.storage.php_bridge | ||
| handler_id: session.handler.native_file | ||
| .. note:: | ||
| If the legacy application requires it's own session save-handler, do not | ||
| override this, rather set ``handler_id: ~``. Note that a save handler cannot | ||
| be changed once the session has been started. If the application starts the | ||
| session before Symfony initializes the save-handler will have already been | ||
| set. You will need ``handler_id: ~``. Only override the save-handler if you | ||
| are sure the legacy application can use the Symfony save-handler without | ||
| side effects and that the session has not been started before Symfony inializes. | ||
| For more details, see :doc:`/components/http_foundation/session_php_bridge`. | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Both paragraphs must be indented. Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. no, only the content of the note. The link about more details is not part of the note (it was already there) | ||