Skip to content
Snippets Groups Projects
Commit 8005eb2e authored by Peter Rotich's avatar Peter Rotich
Browse files

No cache revisited

parent 2db84340
Branches
Tags
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<title>osTicket Staff Control Panel</title> <title>osTicket Staff Control Panel</title>
<!--[if IE]> <!--[if IE]>
<style type="text/css"> <style type="text/css">
...@@ -23,7 +25,7 @@ ...@@ -23,7 +25,7 @@
} }
?> ?>
</head> </head>
<body> <body onunload="">
<div id="container"> <div id="container">
<div id="header"> <div id="header">
<a href="index.php" id="logo">osTicket - Customer Support System</a> <a href="index.php" id="logo">osTicket - Customer Support System</a>
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
ini_set('session.use_trans_sid', 0); ini_set('session.use_trans_sid', 0);
#No cache #No cache
ini_set('session.cache_limiter', 'nocache'); ini_set('session.cache_limiter', 'nocache');
session_cache_limiter('nocache');
#Cookies #Cookies
//ini_set('session.cookie_path','/osticket/'); //ini_set('session.cookie_path','/osticket/');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment