Actions
Bug #12158
closedEndless session reloading
Start date:
11/15/2023
Due date:
% Done:
100%
Estimated time:
Description
This bug seems to occur from 4.10.0.
If a user reloads a page that is different from the application's base path, this can lead to a series of new sessions being created rapidly. The user is seemingly stuck in an endless loop.
The session tracking doesn't seem to catch that the sessionId belongs to a newly created session, and will invalidate the current session and reload.
It will only do so when a path has been provided that goes deeper than the application's base path.
Likely the changes introduced in #11348 may have introduced this problem.
This can be worked around by not using Combined
tracking, but is not a full solution.
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from New to InProgress
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Korneel Dumon almost 1 year ago
- Status changed from Review to InProgress
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 12 months ago
- Status changed from InProgress to Review
- Assignee changed from Matthias Van Ceulebroeck to Korneel Dumon
Updated by Korneel Dumon 12 months ago
- Status changed from Review to Resolved
- Assignee changed from Korneel Dumon to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 12 months ago
- Status changed from Resolved to Implemented @Emweb
Updated by Matthias Van Ceulebroeck 3 months ago
- Status changed from Implemented @Emweb to Closed
Actions