Task #25923
Clean up session files in compile run
| Status: | Resolved | Start date: | 2011-04-12 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Christian Mueller | % Done: | 100% |
|
| Category: | Session | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 beta 1 | |||
| Sprint: | Has patch: | No | ||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
During the compile run, certain / most caches are rebuilt. If an account is currently logged in, it won't be able to access restricted resources after a compile run because the session cookie doesn't have corresponding information in FLOW3 anymore. In this case the user will experience an Access Denied exception (not a nice experience).
If the PHP session data would be trashed during the compile run, the user would get a fresh session cookie on the next hit and instead of the Access Denied would be redirected to an authentication entry point due to a AuthenticationRequiredException.
Related issues
| related to TYPO3.Flow - Bug #25922: Proxy classes have to be regenerated when the Objects.yam... | Closed | 2011-04-12 | ||
| blocked by TYPO3.Flow - Task #34817: Have a way to clear all sessions | Resolved | 2012-03-14 |
Associated revisions
[FEATURE] Destroy all sessions on cache:flush command
When the typo3.flow3:cache:flush command is called all session data
for the currently configured session implementation will be
destroyed too.
Change-Id: I571c40b1ff744860f8028a7de8917df9607378cf
Resolves: #25923
Releases: 1.1
History
Updated by Robert Lemke about 2 years ago
- Category changed from Security to Session
Updated by Sebastian Kurfuerst almost 2 years ago
would be nice to be fixed, though no blocker.
Updated by Robert Lemke almost 2 years ago
- Target version changed from 1.0 beta 1 to 1.0 beta 2
Updated by Robert Lemke almost 2 years ago
- Target version changed from 1.0 beta 2 to 1.0.0
Updated by Karsten Dambekalns over 1 year ago
- Target version deleted (
1.0.0)
Updated by Robert Lemke over 1 year ago
- Target version set to 1.0.1
- Has patch set to No
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.0.1 to 1.0.2
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.0.2 to 1.0.3
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.0.3 to 1.0.4
Updated by Christian Mueller over 1 year ago
- Status changed from New to Accepted
- Assignee set to Christian Mueller
See also #34817
Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.0.4 to 1.1
Updated by Gerrit Code Review about 1 year ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Christian Mueller about 1 year ago
- Target version changed from 1.1 to 1.1 beta 1
Updated by Gerrit Code Review about 1 year ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Gerrit Code Review about 1 year ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Gerrit Code Review about 1 year ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Gerrit Code Review about 1 year ago
Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9633
Updated by Christian Mueller about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dc804a6f9c42d60cf982a67fdca8f9812b77715b.