mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[php] session handling wrapper replaceable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user