Browser caches should be investigated. We don't want the browser to store the page information so we should check on sending headers to prevent this behavior.

Comments

lliss’s picture

Status: Active » Postponed (maintainer needs more info)

Looking at the headers that come back from the page requests, it appears we get the default no-cache headers from drupal by default. I'm not sure being more explicit is necessary.

lliss’s picture

I discussed this with another developer, and it appears that we must be specific with Drupal that we shouldn't cache on certain pages. I've addressed this in commit 9328b7f742ac41d43f0ed01bc7321bc04f1a32cb

lliss’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)