From e153650fb7d4e1a350701984f79af8ce2b063d05 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 15 Oct 2013 23:25:16 +0300 Subject: [PATCH] Do not run cleanup on on-existing session --- lib/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage.php b/lib/storage.php index 9e6d63a1..d16ad6af 100755 --- a/lib/storage.php +++ b/lib/storage.php @@ -62,7 +62,7 @@ class Storage { ->getData() ; - if (!is_array($session)){ + if (!is_array($session) || !isset($session['es_id'])){ return; }