Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

ERR_CACHE_MISS php

//Annoyed to chrome resubmit error whenever you go back to the page with form? try this.


header('Cache-Control: no cache'); //no cache
session_cache_limiter('private_no_expire'); // works
//session_cache_limiter('public'); // works too
session_start();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php
ADD COMMENT
Topic
Name
3+9 =