This document was generated from CDN thread
Created by: Koen Van Impe on 04-09-2013 08:25:16 AM
Hi folks!
I have a little issue with caching my media on the gateway. IIS http headers have been set to 5 min (300 sec).
Cache memory pool stuff has been configured on the gateway according to documentation. I've done this before on previous projects, with success.
But this time I kept on receiving GET requests on every call, even within the 5 min set.
It turns out the gateway starts the Age timer for every cached file at 26090 seconds!!! (7h 14m 50s)
I can workaround the problem by setting the HTTP expiration to a higher value.
But does anyone know why the gateway starts the aging with this strange value???
On other gateways I see Age start at 0 seconds, which appears normal to me.
Thanks in advance!
Koen