converting cookies to use http foundation.

This commit is contained in:
Taylor Otwell
2012-03-28 22:43:58 -05:00
parent ad41be0eed
commit 730808fb02
5 changed files with 67 additions and 147 deletions

View File

@@ -208,19 +208,6 @@ if (Config::get('session.driver') !== '')
Session::save();
}
/*
|--------------------------------------------------------------------------
| Let's Eat Cookies
|--------------------------------------------------------------------------
|
| All cookies set during the request are actually stored in a cookie jar
| until the end of the request so they can be expected by unit tests or
| the developer. Here, we'll push them out to the browser.
|
*/
Cookie::send();
/*
|--------------------------------------------------------------------------
| Send The Response To The Browser