Added secure option.

This commit is contained in:
Taylor Otwell 2013-11-01 08:46:15 -05:00
parent 428aaf09e7
commit f387853eca
1 changed files with 13 additions and 0 deletions

View File

@ -124,4 +124,17 @@
'domain' => null, 'domain' => null,
/*
|--------------------------------------------------------------------------
| HTTPS Only Cookies
|--------------------------------------------------------------------------
|
| By setting this option to true, session cookies will only be sent back
| to the server if the browser has a HTTPS connection. This will keep
| the cookie from being sent to you if it can not be done securely.
|
*/
'secure' => false,
); );