Skip to content

Commit

Permalink
Merge dd35918 into eaea092
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 1, 2013
2 parents eaea092 + dd35918 commit 92e0f71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/fixture/app/config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,17 @@

'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,

);

0 comments on commit 92e0f71

Please sign in to comment.