daniel-s
10/20/2016 - 2:01 PM

Disable Browser cache. http://stackoverflow.com/a/2068407/3149679

<head>

  <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
  <meta http-equiv="Pragma" content="no-cache">
  <meta http-equiv="Expires" content="0">
  
</head>
<body>
  
</body>