Mike Hogan
unread,Jan 20, 2015, 5:09:11 AM1/20/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to utter...@googlegroups.com
Hi,
FlashHandler always sets the “f” cookie. nginx and varnish don’t like this when they caching. There are ways around it by configuring these caches, but its a more effort than it needs to be.
So am thinking of making FlashHandler a bit more precise. Either
1) Set the “f” cookie only if its different to the “f” cookie in the incoming request
2) Only set the cookie if the response is HTML
Am preferring 1, but wanted to canvas other opinions.
Ta,
Mike