Commit 511e608c authored by tbrehm's avatar tbrehm
Browse files

Fixed gc in session handler.

parent e73ad7d8
......@@ -43,7 +43,7 @@ class session {
function close () {
if (!empty($this->fieldarray)) {
if (!empty($this->session_array)) {
$result = $this->gc(ini_get('session.gc_maxlifetime'));
return $result;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment