<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 22.05.2019, at 12:24 , Peter Schober <<a href="mailto:peter.schober@univie.ac.at" class="">peter.schober@univie.ac.at</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">* Peter Schober <<a href="mailto:peter.schober@univie.ac.at" class="">peter.schober@univie.ac.at</a>> [2019-05-22 12:11]:<br class=""><blockquote type="cite" class="">* BÖSCH Christian <<a href="mailto:boesch@fhv.at" class="">boesch@fhv.at</a>> [2019-05-22 11:02]:<br class=""><blockquote type="cite" class="">Is it somehow possible to set the expiration date of the consent<br class="">(idp.consent.storageRecordLifetime) to infinity?<br class=""></blockquote><br class="">I don't know but is that really all that different from setting it to,<br class="">say, ten years?<br class=""></blockquote></div></div></blockquote><div><br class=""></div>Yes, I’ve set it to 10 years.</div><div><br class=""></div><div>So that the existing entries do not expire I corrected them in the database and set them to sometime in 2030.</div><div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">update storagerecords set expires='1920000000000' where id like '%:terms-of-use’; </span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div></div><div>Nevertheless, I see in the consent log file that terms of use are continuously accepted.</div><div><br class=""></div><div>Is there anything else to consider so that the terms of use do not have to be accepted again?</div><div><br class=""></div><div>Thanks,</div><div>Christian</div><div><br class=""></div><div><blockquote type="cite" class=""><div class=""><div class=""><br class="">FWIW, I don't see provisions in the code that would allow for that,<br class="">e.g. using a special value to signal "infinite":<br class=""><br class="">@Nonnull @Duration @NonNegative private Long lifetime<br class=""><br class="">"Lifetime must be greater than or equal to 0"<br class=""><br class="">etc.<br class=""><br class="">-peter<br class="">-- <br class="">For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" class="">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br class="">To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" class="">users-unsubscribe@shibboleth.net</a><br class=""></div></div></blockquote></div><br class=""></body></html>