aboutsummaryrefslogtreecommitdiffstats
path: root/config/orionids-dev/snort_json_get.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/orionids-dev/snort_json_get.php')
-rw-r--r--config/orionids-dev/snort_json_get.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/orionids-dev/snort_json_get.php b/config/orionids-dev/snort_json_get.php
index 701e75ae..92058a75 100644
--- a/config/orionids-dev/snort_json_get.php
+++ b/config/orionids-dev/snort_json_get.php
@@ -44,7 +44,12 @@
require_once("guiconfig.inc");
require_once("/usr/local/pkg/snort/snort_new.inc");
-session_start(); // alwaya at the very top of a php page or "Cannot send session cache limiter - headers already sent"
+//Set no caching
+header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
+header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
+header("Cache-Control: no-store, no-cache, must-revalidate");
+header("Cache-Control: post-check=0, pre-check=0", false);
+header("Pragma: no-cache");
// get json blocls sids
if ($_GET['snortsamjson'] == 1) {