﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6560	@vary_on_cookie does not seem to be working for Safari	benjamin.golub@…	nobody	"You can see this live at http://www.rssmeme.com/.

Nearly every view has @vary_on_cookie on it the whole site is cached using CacheMiddleware with memcache.  So when you first hit http://www.rssmeme.com/ you don't have a cookie set and get the cached version.  Then when you click the link to set your preview type: http://rssmeme.com/set/preview/none/?next=/ I set a session variable with your preview type.

In Firefox and IE you are now being served uncached data because of the @vary_on_cookie decorator.  Safari continues to serve up cached data though so it feels like clicking on the links does nothing; this sucks for my users."		closed	Core (Cache system)	dev		invalid	vary_on_cookie, memcache, CacheMiddleware		Unreviewed	0	0	0	0	0	0
