Document the invalidate_session option#6191
Closed
javiereguiluz wants to merge 2 commits intosymfony:2.3from
Closed
Document the invalidate_session option#6191javiereguiluz wants to merge 2 commits intosymfony:2.3from
javiereguiluz wants to merge 2 commits intosymfony:2.3from
Conversation
reference/configuration/security.rst
Outdated
Member
There was a problem hiding this comment.
maybe some note has to be added that this only applies to the current firewall the user logouts from. So if you always want a user not be logged out in any other firewall, you have to set this to false for every firewall defined.
Member
|
👍 (build failure is not your fault) |
Member
Author
|
I've reworded the explanation to avoid adding the additional note. Please let me know what you think. Thanks! |
xabbuh
added a commit
that referenced
this pull request
Jan 30, 2016
This PR was squashed before being merged into the 2.3 branch (closes #6191). Discussion ---------- Document the invalidate_session option | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | - I found this missing doc while closing symfony/symfony#9543 and checking out the given reference to http://stackoverflow.com/questions/17129782/symfony2-logging-out-of-one-firewall Commits ------- 291dc5a Document the invalidate_session option
Member
|
Thanks Javier. I have merged your changes and fixed the build in c0d2bac. |
xabbuh
added a commit
that referenced
this pull request
Jan 30, 2016
* 2.3: [#6191] fix build Document the invalidate_session option Docs do not match functionality fix MongoDB shell syntax highlighting Added the missing namespace in example of a subscriber class Typofix for "Defining and Processing Configuration Values"
xabbuh
added a commit
that referenced
this pull request
Jan 30, 2016
* 2.7: [#6174] tweak the event description [#6191] fix build Document the invalidate_session option Docs do not match functionality Missing reference docs for kernel.finish_request event fix MongoDB shell syntax highlighting Added the missing namespace in example of a subscriber class Update templating.rst Typofix for "Defining and Processing Configuration Values"
xabbuh
added a commit
that referenced
this pull request
Jan 30, 2016
* 2.8: [#6174] tweak the event description [#6191] fix build Document the invalidate_session option [#6204] fix CS Expected: semicolon Docs do not match functionality Missing reference docs for kernel.finish_request event fix MongoDB shell syntax highlighting Added the missing namespace in example of a subscriber class Update templating.rst Typofix for "Defining and Processing Configuration Values"
xabbuh
added a commit
that referenced
this pull request
Jan 30, 2016
* 3.0: [#6174] tweak the event description [#6191] fix build Document the invalidate_session option [#6204] fix CS Expected: semicolon Docs do not match functionality Missing reference docs for kernel.finish_request event fix MongoDB shell syntax highlighting Added the missing namespace in example of a subscriber class Update templating.rst Typofix for "Defining and Processing Configuration Values" Latest demo has no bin folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I found this missing doc while closing symfony/symfony#9543 and checking out the given reference to http://stackoverflow.com/questions/17129782/symfony2-logging-out-of-one-firewall