Commit fc041a14c526f8e70e40a922608501911af84175

Authored by Neil Blakey-Milner
1 parent b5242101

End the session early to prevent lockups with other requests wanting at

the session.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5878 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/KTAdminVersionPlugin.php
... ... @@ -105,6 +105,7 @@ class AdminVersionPage extends KTStandardDispatcher {
105 105 }
106 106  
107 107 function do_main() {
  108 + session_write_close();
108 109 $sCache = $this->_checkCache();
109 110 if (!is_null($sCache)) {
110 111 return $sCache;
... ...