1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00

Revert session handler change.

This commit is contained in:
Cameron 2019-06-16 13:44:03 -07:00
parent 478fc8d060
commit fa6852ea8e

@ -459,7 +459,7 @@ class e_session
public function start($sessionName = null)
{
if (isset($_SESSION) || ($this->_sessionStarted == true))
if (isset($_SESSION) && ($this->_sessionStarted == true))
{
return $this;
}