Bug #58713
closedFailed feuser login removes the existing session data
100%
Description
In the new version of Typo3 6.2.2, a fail login in the frontend with feuser destroy the fe_typo_user cookie and this destroyed my user session
Updated by Markus Klein over 10 years ago
- Status changed from New to Accepted
Easiest way to reproduce¶
- Click on the forgot password link (fe cookie is created)
- Click on the back to login link (fe cookie still there)
- Let a login fail
- Notice the cookie is gone
What happens in the background¶
When the cookie is first set, its id is chosen randomly.On login attempts a former session (but not the session data!) is discarded and the cookie is unset, I guess for security reasons.
- If the login succeeds a new session is created (but with the same id, as the id was present from the cookie beforehand) and the sessions data
is preserved as the session id is now existing again. - If the login fails, no cookie is set anymore and the session data is lost forever since the next login attempt will generate a new id.
Updated by Markus Klein over 10 years ago
- Subject changed from Fail Login with feuser delete the fe_typo_user cookie to Failed feuser login removes the existing session data
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30485
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30485
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30485
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30485
Updated by Helmut Hummel over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1d23e5e04424060237f9e5b26421efca6efd93b2.