How do I set client side web browser cache expiry?
Newb question about setting client side caching:
We're migrating to a newer version of JE1, and I'm trying to help out our service desk by pre-expiring everyone's client side cache before moving.
<meta http-equiv="Expires" name="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
That's the default tag - I want to modify the date so it is some time in the future. Where would one do that?