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

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

css - SVG using textPath a symbol not rendering in Firefox -

order - Notification for user in user account opencart -