第一,使用Header方法设置消息头Cache-control
header('Cache-control: private, must-revalidate'); //支持页面回跳第二,使用session_cache_limiter方法
//注意要写在session_start方法之前
session_cache_limiter('private, must-revalidate');以上就是php 支持页面回退的两种方法的详细内容,更多请关注Gxl网其它相关文章!
header('Cache-control: private, must-revalidate'); //支持页面回跳第二,使用session_cache_limiter方法
//注意要写在session_start方法之前
session_cache_limiter('private, must-revalidate');以上就是php 支持页面回退的两种方法的详细内容,更多请关注Gxl网其它相关文章!