Prevent “ERR_CACHE_MISS” of form submission

{ // deep_execution_view
const authorName = "Anushri Mathur";
//
const publishDate = "February 16, 2016";

Add this code before starting the session of that page.

ini_set('session.cache_limiter','public');
session_cache_limiter(false);
session_start();
}