Fix #284 Unable to save session in some environments

This commit is contained in:
Kijin Sung 2016-02-17 09:37:13 +09:00
parent 833436465b
commit e5ffb52c53
2 changed files with 2 additions and 1 deletions

View file

@ -334,7 +334,6 @@ class Context
} }
ob_start(); ob_start();
register_shutdown_function('Context::close');
// set authentication information in Context and session // set authentication information in Context and session
if(self::isInstalled()) if(self::isInstalled())

View file

@ -59,5 +59,7 @@ if($oContext->checkSSO())
} }
} }
Context::close();
/* End of file index.php */ /* End of file index.php */
/* Location: ./index.php */ /* Location: ./index.php */