Can someone advise on how best to set my cache control settings to allow my 
images served from images.a4d to be cached by the browser for a period of 90 
minutes?  I have been playing with this and not sure I have it right.  Here's 
what I have tried and I get missing images if I put it before write png and 
seems to do nothing after write png.



                set expires(90)
                set cache control("max-age=5400")
                set response status(304)  // no change

and when I try this either before or after write png it seems to do nothing.

                set expires(90)
                set cache control("max-age=5400")


Thanks
Justin Will
_______________________________________________
Active4D-dev mailing list
Active4D-dev@aparajitaworld.com
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to