stable
Clone or download
Read-only
request #9448: User's session lifetime is enforced only once each 24h serverside
This contribution also reduces the default maximum lifetime of a session to 2 weeks instead of 6 months. Change-Id: Ia72e9acedd1a40f9832d51b5725de9a0aa7d2330
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/dao/SessionDao.class.php | +10 | −5 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +7 | −2 | Go to diff View file |
M | src/common/user/UserManager.class.php | +7 | −5 | Go to diff View file |
M | src/etc/local.inc.dist | +4 | −5 | Go to diff View file |
M | src/utils/session.py | +6 | −2 | Go to diff View file |
M | src/www/admin/userlist.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/user/UserManagerTest.php | +51 | −16 | Go to diff View file |