I want to set cache expiration for my html page after may be 10days
<META HTTP-EQUIV="expires" CONTENT="Thu, 12 Apr 2012 08:21:57 GMT">
So my question is
- What happens after 10days? yes the cache will get expire but do I have to set the expiration date again ?
- I there a way to set the day length in number for eg: 10
- Am confused here please give me some reference.
Please help...