Add an Expires or a Cache-Control Header in JSP
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-06-16T16:26:59Z
Indexed on
2010/06/16
16:32 UTC
Read the original article
Hit count: 288
How do you add an Expires or a Cache-Control Header in JSP. I want to add a far-future expiration date in an include page for my static components such as images, css and .js files.
Any help is appreciated.
© Stack Overflow or respective owner