symfony - Symfony2 ESI fragments add multiple session cookies -
i have page cached symfony gateway cache renders controllers using esi-tags. works fine except every rendered fragment seems add set-cookie header session id. seems session written several times, see lines
write securitycontext in session [] [] populated securitycontext anonymous token [] []
several times (once per cookie) in log. using fosuserbundle , memcached session storage.
since cookie stored in memcached, symfony opens connection every time quite annoying.
any idea how around problem?
Comments
Post a Comment