From: Alan Knowles Date: Wed, 19 Jun 2013 05:56:17 +0000 (+0800) Subject: UploadProgress.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=56b7aa61dad346a7771234a570bc4de5012829b2 UploadProgress.php --- diff --git a/UploadProgress.php b/UploadProgress.php index a3f68e0e..217188a6 100644 --- a/UploadProgress.php +++ b/UploadProgress.php @@ -15,7 +15,8 @@ class Pman_Core_UploadProgress extends Pman return true; } function get() - { + { + $this->sessionState(0); // turn off the session.. header("Cache-Control: no-cache, must-revalidate"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); if ( !function_exists('uploadprogress_get_info')) {