UploadProgress.php
authorAlan Knowles <alan@roojs.com>
Wed, 19 Jun 2013 05:56:17 +0000 (13:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Jun 2013 05:56:17 +0000 (13:56 +0800)
UploadProgress.php

index a3f68e0..217188a 100644 (file)
@@ -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')) {