The cache policy you talk about is a browser cache policy. The error you are getting is happening on server side and is not related to browser cache, but to Magnolia cache. Look at "cachePolicy" configuration node and exclude page using voters there. Should you increase timeout? I would think that having page that takes 2 minutes to get created is unacceptable for most users and you should speed it up or make processing necessary to produce output asynchronous and run it periodically or load it in small chunks using javascript or ... whatever that would make it seemingly reacting and faster for the clients.
HTH, Jan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=7b1dea1d-55d9-4f8b-8770-eba2f3e9f5ad ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
