I'm trying to figure out why my uploaded images are not being cached. This is not a local machine problem. I've tested it from many machines with different OSs & browsers.
I'm using php/mysql to store my images. When a <img src=blah.php?var=blah> is called, the image is re-downloaded every time. I'd like it to cache. Suggestions?