Right now we have a 1 month developing cycle for our web based service. Is it possible to set the headers so the cache will expire the 1st of every month for all users? I know that we could set the expiration date to the 1st next month every time we make an update but I would want a more flexible solution. So in short, can I in some way do this?
header("Expires: 1st/month 05:00:00 GMT"); // Expires the 1st of every month for everybody