8000 [Session] remove invalid hack in session regenerate by Tobion · Pull Request #12326 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Session] remove invalid hack in session regenerate #12326

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 1 commit into from
Nov 2, 2014

Conversation

Tobion
Copy link
Contributor
@Tobion Tobion commented Oct 27, 2014
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

The original issue #7380 was just caused because the developer missed to save the session before doing the redirect. That's all. Such mistakes won't happen anymore with #12341

This reverts #8270 and following. Also it makes absolutely no sense to do this only for the files save handler which creates huge inconsistencies. All save handlers are affected and it's more a documentation thing.

@Tobion Tobion changed the title [Session] remove invalid workaround in session regenerate [Session] remove invalid hack in session regenerate Oct 27, 2014
The original issue symfony#7380 was just caused because the developer missed to save the session before doing the redirect. That's all. This reverts symfony#8270 and following.
@Tobion
Copy link
Contributor Author
Tobion commented Oct 30, 2014

@symfony/deciders ping. I updated the doc to make things clear I hope.

@fabpot
Copy link
Member
fabpot commented Oct 30, 2014

I'd like to merge #12341 at the same time. 👍

@fabpot
Copy link
Member
fabpot commented Nov 2, 2014

Thank you @Tobion.

@fabpot fabpot merged commit 703d906 into symfony:2.3 Nov 2, 2014
fabpot added a commit that referenced this pull request Nov 2, 2014
This PR was merged into the 2.3 branch.

Discussion
----------

[Session] remove invalid hack in session regenerate

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

The original issue #7380 was just caused because the developer missed to save the session before doing the redirect. That's all. Such mistakes won't happen anymore with #12341

This reverts #8270 and following. Also it makes absolutely no sense to do this only for the `files` save handler which creates huge inconsistencies. All save handlers are affected and it's more a documentation thing.

Commits
-------

703d906 [Session] remove invalid workaround in session regenerate
@Tobion Tobion deleted the revert-8270 branch November 2, 2014 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0