Captcha'yı önbelleğe Firefox durdurun

0 Cevap php

So I have this form here: http://www.piataterenuri.info/register.php The problem is that Firefox caches the captcha image and after an incorect input, or a page refresh the captcha will show the old image instead of the curent one.

Zaten koydum:

header("Cache-Control: no-cache");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");

Ve ayrıca captcha img src değişti

<?php $rand=microtime() * mktime(); echo "src=\"captcha.php?time=$rand\""; ?>

Ben görüntü önbelleğe firefox durdurmak için başka ne yapabilirim?

0 Cevap