Make it possible to use smaller expiration than 2 days for sessions. (#1736)
- Allows defining a smaller minimum age than default for expire commands. Also makes sure that fractional values are printed with '.' as the decimal separator.
Showing
- module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractExpireCommand.php 10 additions, 3 deletions.../src/VuFindConsole/Command/Util/AbstractExpireCommand.php
- module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSessionsCommand.php 14 additions, 0 deletions.../src/VuFindConsole/Command/Util/ExpireSessionsCommand.php
- module/VuFindConsole/tests/unit-tests/src/VuFindTest/Command/Util/AbstractExpireCommandTest.php 17 additions, 2 deletions...src/VuFindTest/Command/Util/AbstractExpireCommandTest.php
- module/VuFindConsole/tests/unit-tests/src/VuFindTest/Command/Util/ExpireSessionsCommandTest.php 14 additions, 0 deletions...src/VuFindTest/Command/Util/ExpireSessionsCommandTest.php
Please register or sign in to comment