I'm trying to cache my javascript and css files which never change. I think i'm sending through the correct headers. and in firefox the about:cache tells me they are set to expire way in the future. However, everytime i reload the pages it always pulls from the server and never the cache. I have my css and javascript parsed by php with sessions on. I'm wondering if it has to do with the session cache limiter stuff?