Commit bb2a2317 authored by Taylor Otwell's avatar Taylor Otwell

Pass session ID into session::load.

parent 5eb379d6
......@@ -73,7 +73,7 @@ date_default_timezone_set(System\Config::get('application.timezone'));
// --------------------------------------------------------------
if (System\Config::get('session.driver') != '')
{
System\Session::load();
System\Session::load(System\Cookie::get('laravel_session'));
}
// --------------------------------------------------------------
......
Markdown is supported
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