I wrote a simple signature feature for my community... It allows you to pick which items you want on your signature and move each item by x and y.
For performance sake I'm having it send the new information, and rebuild the image, through an Ajax request. After the Ajax request is completed, it reloads the image via javascript. The problem is the browser is loading the image that was last cache'd instead of the new image. I would like it to load the new image... Also, I cant change the headers of the page as I dont want it effecting the rest of the site.
Any ideas?