PDA

View Full Version : setting header elements


vtekur
06-18-2008, 11:59 AM
Hi

I am trying to improve the page performance of a site. I see that the Expires header has not been set for most of the css and image files. All these files are being included in a jsp page. In this jsp page, I have set the Expires header to a far future date.

I wish to know if setting this header in the jsp file will reflect in all the included pages also?

Also is there any way of setting the value of Expires header for the css and js files or is it done automatically?