Skip to content

Commit

Permalink
Merge pull request #27 from nicolasmoreau/dev
Browse files Browse the repository at this point in the history
CNIL conformity
  • Loading branch information
nicolasmoreau committed Aug 10, 2015
2 parents 601ae0e + df4cc02 commit 8815f4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Boolean getValue(){
}

public void setValue(Boolean value){
// 5 years expire date
cookieHelper.setCookie(this.name, value.toString(), 5 * 365 * 24 * 60 * 60 );
// 1 year expire date
cookieHelper.setCookie(this.name, value.toString(), 365 * 24 * 60 * 60 );
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:rich="http://richfaces.org/rich">

<p class="disclaimer">
You must accept the following disclaimer to use our services :
You must accept the following disclaimer to use our services ( this will install a cookie on your web browser ) :
</p>

<h:form class="disclaimer">
Expand Down

0 comments on commit 8815f4b

Please sign in to comment.