C
CJ
If I set the outputcache like this..
<%@ OutputCache Duration="900" VaryByParam="none" %>
on a server on the east coast. Will someone who hits the site on the
west coast get three hours added to the cache expiration?
it mentions at msdn that Response.Cache.SetExpires should follow UTC
and any HTTP1.1 docs that you read on w3c will say that UTC is the only
accepted format.
does asp.net set the response header according to UTC?
thanks in advance!
<%@ OutputCache Duration="900" VaryByParam="none" %>
on a server on the east coast. Will someone who hits the site on the
west coast get three hours added to the cache expiration?
it mentions at msdn that Response.Cache.SetExpires should follow UTC
and any HTTP1.1 docs that you read on w3c will say that UTC is the only
accepted format.
does asp.net set the response header according to UTC?
thanks in advance!