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.
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
Comment #1
lliss commentedLooking 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.
Comment #2
lliss commentedI 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
Comment #3
lliss commented