Actions
Feature #42592
closedFE 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.)
Updated by Stefan Neufeind about 12 years ago
Steffen Müller agreed but suggested to first write some testcases and refactor the code in question.
Updated by Thorsten Kahler about 12 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 Mathias Schreiber almost 10 years ago
- Target version set to 7.2 (Frontend)
Updated by Christian Kuhn almost 10 years ago
- Status changed from Accepted to Resolved
It is possible since 6.2 (?) to have no FE cookies set.
Updated by Stefan Neufeind almost 10 years ago
Yes resolved in 6.2 (or so). This issue dates back to stone-age (well, event 4.5) :-) Thanks for finding/closing.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions