I display images on the page using a PHP script with a permanent link of the form:
<img src="get_jira_image.php?url=aHR0cDovL2xvY2FsaG9zdDo4MDgwL3NlY3VyZS91c2VyYXZhdGFyP293bmVySWQ9YWxleC12JmF2YXRhcklkPTEwNTAx" />
but they are not cached in the browser chrome, unlike the rest, and loaded every time again. What is the reason for this behavior?