Bug #8378
OpenedSessionCookieMiddleware is broken since it still uses activation through environment variables
Start date:
25 Sep 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
It should also propose a way to find the common domain by simply removing the first part from the current domain name.
Associated revisions
History
Updated by Benjamin Dauvergne over 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|6391a3c992101ffa565943fa6340ec9907f7a390.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
middleware: fix activation of OpenedSessionCookieMiddleware (fixes #8378)
Also add a special value, 'parent', for A2_OPENED_SESSION_COOKIE_DOMAIN,
it created the common domain from the current domain removing its first
part.