How to Fix Caching for Views With Exposed Filters in Drupal 7
by Chris Svajlenka, Web Developer
One of the better features of the views module in Drupal is the ability to cache your view's output. This can come in handy when your view is doing a lot of computation. Caching your view will save your server a lot of unneeded work. One of the big current drawbacks of this feature is if you enable caching for your view and you have an exposed filter, you'll run into the following scenario: User A enters a value for the filter Read More…