You are viewing limited content. For full access, please sign in.

Question

Question

What is the Purpose of Preventing Caching for the Web Client?

asked on April 5, 2021

I noticed a new KB Article that came out the other day named 'Configuring Laserfiche Web Client 10 to Prevent Caching'. In what cases should we be looking at using this?

1 0

Answer

SELECTED ANSWER
replied on April 5, 2021

The context here is that we are changing a particular header value from "private" to "no-store": https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control. Most deployments don't involve any caching proxies and so there won't be any change in behavior. If you do have a proxy it's something you may consider if that proxy is currently doing any caching - with the current header values, caching is allowed but not required.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.