Hi,
I am developing a web site which uses lot of images.I would like to make all images are to be stored in browser's cache till some specified time.Now it is stored in browser's cache.However if we refresh the page in browser it is making request to server for particular resource.Server responds with 304 code(NOT MODIFIED).I want to avoid that request also.I am developing application in jsp/servlet.Images wants to be stored in browser for particular time.If the time expires it can send request to server for resources.
Is there any possiblity to implement this?Can anyone provide me help on this.
Thanks.