Commit f387853e by Taylor Otwell

Added secure option.

parent 428aaf09
...@@ -124,4 +124,17 @@ return array( ...@@ -124,4 +124,17 @@ return array(
'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,
); );
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