Is there documentation anywhere about how the Remember checkbox works in Views exposed filter settings? (Screenshot attached.) I'm wondering if it's a cookie, or saved in the database, and if it's associated with a specific user or a session. We're hoping to be able to allow users to save their values across browsers and sessions (so if they set a filter at work and then go home and log in on a different computer, the value is still set.) Our tests thus far seem to indicate that it's either a cookie or session variable, as simply logging in to a different browser (as the same user) results in the values not being remembered, although if I close the page in the first browser and go back to it later in the same browser, the value is remembered.

CommentFileSizeAuthor
Screen Shot 2012-09-21 at 10.23.04 AM.png36.18 KBEmmyS
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

As you probably didn't found a cookie for that it is a session, so it will not work cross-browser, which is to be honest from my perspective not a big usecase.
Do people really browser with multiple webbrowser at the same time?

EmmyS’s picture

It's not a matter of browsing with multiple browsers at the same time. But if someone logs in at work and saves their view settings, we want them to be able to access the saved settings at home as well. And yes, that is a very big use case, as indicated by all of the browser add-ons out there that let you sync your open tabs cross-browser.

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)