선택적 세션 시작 + 서드파티 자료 호환성 (Proof of Concept)

This commit is contained in:
Kijin Sung 2015-07-10 16:05:46 +09:00
parent 6745497ad7
commit 23a83a7033
5 changed files with 88 additions and 18 deletions

View file

@ -78,6 +78,9 @@ class DisplayHandler extends Handler
$handler->prepareToPrint($output);
}
// Start the session if $_SESSION was touched
Context::getInstance()->checkSessionStatus();
// header output
$httpStatusCode = $oModule->getHttpStatusCode();