Feature #42592
FE sessions (cookies) should only be created when needed
Start date:
2012-11-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:
Description
Currently on every request, if not already present, a FE-session-cookie is set for the user. Imho this could/should be avoided until needed - for example until data is written into the session.
(PS: If there are arguments against this as a general solution, maybe it could at least be configurable.)
Related issues
Updated by Stefan Neufeind over 9 years ago
Steffen Müller agreed but suggested to first write some testcases and refactor the code in question.
Updated by Thorsten Kahler over 9 years ago
- Tracker changed from Bug to Feature
- Category set to Frontend
- Status changed from New to Accepted
- Complexity set to hard
There are already some ways to work around it (see EXT:moc_varnish) but there should be a way to configure this in the core.
Updated by Christian Kuhn over 7 years ago
- Status changed from Accepted to Resolved
It is possible since 6.2 (?) to have no FE cookies set.
Updated by Stefan Neufeind over 7 years ago
Yes resolved in 6.2 (or so). This issue dates back to stone-age (well, event 4.5) :-) Thanks for finding/closing.