你在验证码图片生成程序中加">
时间:2021-07-01 10:21:17 帮助过:12人阅读
生成地址后面加个js随机参数,url?r=Math.random()
你在验证码图片生成程序中加入禁止缓存的头
header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the pastheader ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1header ("Pragma: no-cache"); // HTTP/1.0就可一劳永逸的解决这个问题,而不必每到使用时去改变url
Math.random()
已经有了,可是不行,现在代码是:
都加上了,也不行
你在验证码图片生成程序中加入禁止缓存的头
header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the pastheader ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1header ("Pragma: no-cache"); // HTTP/1.0就可一劳永逸的解决这个问题,而不必每到使用时去改变url