diff --git a/public/index.php b/public/index.php index 3fdfb6b4..a3b21fd6 100644 --- a/public/index.php +++ b/public/index.php @@ -73,7 +73,7 @@ // -------------------------------------------------------------- if (System\Config::get('session.driver') != '') { - System\Session::load(); + System\Session::load(System\Cookie::get('laravel_session')); } // --------------------------------------------------------------