On Apr 11, 8:12 am, pihentagy <[EMAIL PROTECTED]> wrote: > I get a cache error in the following condition: > > The situation: > - in the app's settings.yml in the dev configuration cache is enabled > - in the app's config cache.yml cache is not enabled > - The url news/edit/id/4 needs authentication > - I have no session (session timed out) > > And I get: > Notice: Undefined index: news/edit?id=4&referer= in C:\W4C\www\lib > \symfony\filter\sfCacheFilter.class.php on line 118 > > Notice: Undefined index: news/edit?id=4&referer= in C:\W4C\www\lib > \symfony\filter\sfCacheFilter.class.php on line 134 > > I don't know why this error comes. Any clues?
You shouldn't use caching for views that depend on session data. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
