continuing to work on the remember me authentication.

This commit is contained in:
Taylor Otwell
2011-10-09 23:20:54 -05:00
parent 6178a968ea
commit 17385697c0
4 changed files with 69 additions and 34 deletions

View File

@@ -91,4 +91,15 @@ return array(
'domain' => null,
/*
|--------------------------------------------------------------------------
| HTTPS Only Session Cookie
|--------------------------------------------------------------------------
|
| Determines if the cookie should only be sent over HTTPS.
|
*/
'secure' => false,
);