Do not run cleanup on on-existing session

This commit is contained in:
Victor Dubiniuk 2013-10-15 23:25:16 +03:00
parent 4c0772f2ce
commit e153650fb7

View File

@ -62,7 +62,7 @@ class Storage {
->getData()
;
if (!is_array($session)){
if (!is_array($session) || !isset($session['es_id'])){
return;
}