request client to not use caching

master
Jan Danielzick 2020-03-02 14:17:14 +01:00
parent dfb9c4e8eb
commit 6410f52c42
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
%PLEAZE_NO_CACHE%
$_SESSION = array();
if (ini_get("session.use_cookies")) {
$params = session_get_cookie_params();