Laravel , , PHP Session Documentation. , :
- . . cookie , . cookie PHP , .
, , , , , , . , Laravel config/session.php:
'lifetime' => 120,
, 120 . , , , , :
'expire_on_close' => true,
Laravel Sessions Documentation, , Laravel , config/session.php, , .
, PHP Laravel, lifetime :
'lifetime' => 60*24*30
, . , , , .
, Cartalyst Cart (, , Laravel) , , nice sync, , , . , :
$items = CartItem::where('user_id', Auth::id())->get();
Cart::sync($items);
, cart_items CartItem Laravel Authentication , , , .