Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[HttpKernel] Use existing session id #45363

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

Closed
wants to merge 1 commit into from
Closed

[HttpKernel] Use existing session id #45363

wants to merge 1 commit into from

Conversation

trsteel88
Copy link
Contributor

Q A
Branch? 6.1
Bug fix? yes
New feature? no
Deprecations? no
License MIT

Session id is being overwritten by listener even if it is already set.

I have an application that is overriding the session id when the session factory creates the session. However, when this listener runs, it's overriding the session id that has already been set.

Session id is being overwritten by listener even if it is already set.

I have an application that is overriding the session id when the session factory creates the session. However, when this listener runs, it's overriding the session id that has already been set.
@carsonbot carsonbot changed the title Use existing session id [HttpKernel] Use existing session id Feb 9, 2022
@nicolas-grekas
Copy link
Member

Since that's a bugfix, it should target the lowest affect branch (4.4 or 5.4), and should embed a test case. Can you please have a look?

@trsteel88
Copy link
Contributor Author

@nicolas-grekas done - see #45394

Do I need to create a PR for 6.0 too or that is handled on your side?

@jiangbajin
Copy link

jiangbajin commented Feb 11, 2022 via email

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants