[SOLVED] Caching Problem in Neos 4.1?

Hey there,

our last two projects seem to have some backend caching problems.
E.g. when applying the meta description of a page, the new value is saved but the old, cached one shows up again in the input field. Only a complete browser reload resolves this problem.

Is this a prob in the current version?

Thanks for your help :slight_smile:

Did you check wether your server sends cache-control headers in the backend? This happens surprisingly often and since Browsers do cache more agrressively those days this might be the underlying issue.

Regards, Martin

Hey @mficzel,

thanks! I’ve solved this problem with removing the default expires value in the htaccess. I think this wasn’t a problem some time ago, but nevermind.

Matthias