Hello,

I've problem with contextual partial caching. Let's say I have 2 users
with different urls, each of them have it's own partial with tags
cloud. Partial is contextual so I have different cache for both users

1. example.com?uname = u1 => creates contextual partial with tags
cloud for u1
2. example.com?uname = u2 => creates contextual partial with tags
cloud for u2

Now let's say I added pager so I have

3. example.com?uname = u1&page=2
4. example.com?uname = u1&page=2

As the tags cloud does not change: 1=3 and 3=4 I want it to be cached
in this same file, but contexual cache creates new cache file for each
page called.

How do I filter out 'page' parameter ? So far I customized
sfViewCacheManager class but should it be added to cache.yml file in
the future ?

BR
Tom

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to