Commit fc041a14c526f8e70e40a922608501911af84175
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
Showing
1 changed file
with
1 additions
and
0 deletions
plugins/ktstandard/KTAdminVersionPlugin.php
| @@ -105,6 +105,7 @@ class AdminVersionPage extends KTStandardDispatcher { | @@ -105,6 +105,7 @@ class AdminVersionPage extends KTStandardDispatcher { | ||
| 105 | } | 105 | } |
| 106 | 106 | ||
| 107 | function do_main() { | 107 | function do_main() { |
| 108 | + session_write_close(); | ||
| 108 | $sCache = $this->_checkCache(); | 109 | $sCache = $this->_checkCache(); |
| 109 | if (!is_null($sCache)) { | 110 | if (!is_null($sCache)) { |
| 110 | return $sCache; | 111 | return $sCache; |