Pass session ID into session::load.

This commit is contained in:
Taylor Otwell 2011-07-11 07:06:20 -07:00
parent 5eb379d6cc
commit bb2a231749
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
// --------------------------------------------------------------
if (System\Config::get('session.driver') != '')
{
System\Session::load();
System\Session::load(System\Cookie::get('laravel_session'));
}
// --------------------------------------------------------------