christoph wrote:

I know. I was thinking about putting the terms in an separate js-file, to permit browser-caching. But I think browser-caching will not reload the js-file, even thought it is changed. Do you have a suggestion how to allow client side caching whithout running into this problem?

Cool ! Christoph

You can add a cache killer to the URL of the js-file. You could add the request parameter 'mgnlCheck=modificationDateInMilliseconds' to the URL where modificationDateInMilliseconds is the modification date of the js-file.

--
Cheers
Michael

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to