Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix default secure option
  • Loading branch information
gakuzzzz committed Aug 14, 2015
1 parent 149230b commit 00768eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Usage
override lazy val tokenAccessor = new CookieTokenAccessor(
/*
* Whether use the secure option or not use it in the cookie.
* However default is false, I strongly recommend using true in a production.
* Following code is default.
*/
cookieSecureOption = play.api.Play.isProd(play.api.Play.current),
cookieMaxAge = Some(sessionTimeoutInSeconds)
Expand Down

0 comments on commit 00768eb

Please sign in to comment.