You could do it at the http server level.
For example if you are using apache you can add headers in the .htaccess file.
http://httpd.apache.org/docs/2.4/en/mod/mod_headers.html
Header set Cache-Control "nocache, no-store, max-age=0, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Fri, 01 Jan 1990 00:00:00 GMT"
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community