Hi all, I'm using sf 1.2 and I've got a component on my web page that retrieves some RSS feed data and displays it (using sfFeed2Plugin). I don't want my server to do an http request on each page load, so I cached my component, with the layout. It works fine, but I've noticed a strange behavior:
- when no user is authenticated, the cache is working fine. - when I log in, the sf_cache_key changes, so the cache is refreshed - > I don't want this behavior, since my cached data is not user dependent... Is there a way to parameter the cache to not be user dependent? I've searched a such option in the book but I didn't find it... There's a "contextual" option that looks like what I want but it deals with actions, not users... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
