+

Search Tips   |   Advanced Search

styles_cacheSettings.jspf

 

<%--
Licensed Materials - Property of IBM 5724S31 Copyright IBM Corp.  2007    All Rights Reserved.

US Government Users Restricted Rights - Use, duplication or 
disclosure restricted by GSA ADP Schedule Contract with IBM 
Corp.

NOTE: See notes in Default.jsp for information regarding editing theme JSP fragments.

 --%>

<%
 // This is the common location to change cache headers for CSS jsps.
 // All CSS jsps should statically include this file.
 // Browser cache control header 
 response.setHeader("Cache-Control", "public, max-age=432000, post-check=172000" );
%>