Close sessions when doing background jobs
This commit is contained in:
parent
db69e2b3e8
commit
d3858e9f96
1 changed files with 2 additions and 0 deletions
2
cron.php
2
cron.php
|
@ -48,6 +48,8 @@ function handleUnexpectedShutdown() {
|
|||
$RUNTIME_NOSETUPFS = true;
|
||||
require_once 'lib/base.php';
|
||||
|
||||
session_write_close();
|
||||
|
||||
// Don't do anything if ownCloud has not been installed
|
||||
if( !OC_Config::getValue( 'installed', false )) {
|
||||
exit( 0 );
|
||||
|
|
Loading…
Reference in a new issue