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

Adding MigratingSessionHandler docs#9496

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

Merged

Conversation

@rossmotley
Copy link
Contributor

AddingMigratingSessionHandler documentation forsymfony/symfony#26096

fabpot added a commit to symfony/symfony that referenced this pull requestApr 6, 2018
…ssmotley)This PR was squashed before being merged into the 4.1-dev branch (closes#26096).Discussion----------[HttpFoundation] Added a migrating session handler| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |symfony/symfony-docs#9496- [x] gather feedback for my changes- [x] submit changes to the documentation- [x] update the changelogWhen migrating to a new session handler on a live system, it's useful to be able to do it with no loss of session data. This migrating handler allows the sessions to be written to an additional handler to enable a migration workflow like:* Switch to migrating handler, with your new handler as the 'write only' one. The old handler behaves as usual and sessions get written to the new one.* After verifying the data in the new handler (and after the session gc period), switch the migrating handler to use your old handler as the 'write only' one instead, so the sessions will now be read from the new handler. This step allows easier rollbacks.* After verifying everything, switch from the migrating handler to the new handlerCommits-------3acd548 [HttpFoundation] Added a migrating session handler
@xabbuhxabbuh added this to the4.1 milestoneApr 20, 2018
@xabbuhxabbuh changed the title[WCM] Adding MigratingSessionHandler docsAdding MigratingSessionHandler docsApr 20, 2018
@xabbuhxabbuh changed the base branch frommaster to4.1May 8, 2018 08:40
* Switch to the migrating handler, with your new handler as the write-only one. The old handler behaves as usual and sessions get written to the new one.
* After your session gc period, verify the data in the new handler
* Update the migrating handler to use the old handler as the write-only one, so the sessions will now be read from the new handler. This step allows easier rollbacks.
* After verifying everything, switch from the migrating handler to the new handler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Missing a full stop at the end

* After verifying everything, switch from the migrating handler to the new handler.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I have added that and tweaked the text a little bit.

Added full-stop and tweaked text.
@xabbuh
Copy link
Member

Would it make sense to move the detailed description to a new guide and only link to it from this page?

@linaori
Copy link
Contributor

@xabbuh it looks like the page is becoming quite big already with this addition, it might be an option

@javiereguiluz
Copy link
Member

Thanks@rossmotley. This was a really nice first contribution to Symfony Docs! Thank you.

@javiereguiluzjaviereguiluz merged commite93756f intosymfony:4.1May 24, 2018
javiereguiluz added a commit that referenced this pull requestMay 24, 2018
…uiluz)This PR was merged into the 4.1 branch.Discussion----------Adding MigratingSessionHandler docsAdding `MigratingSessionHandler` documentation forsymfony/symfony#26096Commits-------e93756f Added the versionadded directive386f639 Reworded and simplified7c8264d Update session_configuration.rste971074 Update session_configuration.rst91aa58d Adding MigratingSessionHandler docs
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

+2 more reviewers

@linaorilinaorilinaori approved these changes

@ndenchndenchndench approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

4.1

Development

Successfully merging this pull request may close these issues.

6 participants

@rossmotley@xabbuh@linaori@javiereguiluz@ndench@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp