From 5e5b898c393ffbb27f0c9a057904f2aa69a025f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 22 Sep 2011 08:17:38 +0000 Subject: [PATCH] =?UTF-8?q?Bugfix=20f=C3=BCr=20Filedownload=20mit=20IE8=20?= =?UTF-8?q?und=20Sessions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pdfExport.php | 1 + 1 file changed, 1 insertion(+) diff --git a/content/pdfExport.php b/content/pdfExport.php index 36a910115..08b7e60e6 100644 --- a/content/pdfExport.php +++ b/content/pdfExport.php @@ -25,6 +25,7 @@ * Hilfe der XSL-FO Vorlage aus der DB und generiert * daraus ein PDF (xslfo2pdf) */ +session_cache_limiter('none'); //muss gesetzt werden sonst funktioniert der Download mit IE8 nicht session_start(); require_once('../config/vilesci.config.inc.php'); require_once('../include/functions.inc.php');