H
helveticus
How can I assign expiration dates for external js scripts? For
instance, I would like to update the expiration date of
a js script by one hour after the last fetch. Does this make sense? I
have seen some examples suggesting changing header pragmas, etc., but
nothing really specific about asp.net. I am aware about page
OutputCache declarations, but how can this be applied to external js
or css scripts? All external scripts are declared inside the header.
(I am using Ajax). TIA for any pointers.
instance, I would like to update the expiration date of
a js script by one hour after the last fetch. Does this make sense? I
have seen some examples suggesting changing header pragmas, etc., but
nothing really specific about asp.net. I am aware about page
OutputCache declarations, but how can this be applied to external js
or css scripts? All external scripts are declared inside the header.
(I am using Ajax). TIA for any pointers.