PHP禁止缓存方法
PHP禁止缓存方法:
1.header("Expires:Mon,26Jul199705:00:00GMT");
2.header("Cache-Control:no-cache,must-revalidate");
3.header("Pragma:no-cache");
或者在调用的程序地之后边加个随机参数
PHP禁止缓存方法PHP禁止缓存方法:
1.header("Expires:Mon,26Jul199705:00:00GMT");
2.header("Cache-Control:no-cache,must-revalidate");
3.header("Pragma:no-cache");
或者在调用的程序地之后边加个随机参数
PHP禁止缓存方法