request client to not use caching

master
Jan Danielzick 2020-03-02 14:14:54 +01:00
parent 9edef49367
commit 0efe8efb4b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
session_start();
%PLEAZE_NO_CACHE%
%NO_CHEAP_SESSION_STEALING%
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');