I am storing site content in a database, have the last date modified set, and am correctly sending the last-modified date header however I'm not sure how to program my site to send HTTP 304 if the page has not been modified...mainly since I don't know if this is based off of a header sent by the client or something else?
So how do I determine if the client has requested the page? I can't blindly serve HTTP 304 codes right? Some direction would be greatly appreciated! :)
- John