[php] session handling wrapper replaceable

This commit is contained in:
nao-pon
2016-02-25 17:39:14 +09:00
parent c0fda8074d
commit 78452f3429
7 changed files with 378 additions and 65 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class elFinderConnector {
}
// unlock session data for multiple access
session_id() && session_write_close();
$this->elFinder->getSession()->close();
// client disconnect should abort
ignore_user_abort(false);