The branch "master" has been updated. The following is a summary of the commits.
from: e9760e04276de87a29f5dba5d36383b8ec5e9da2 ca1f936 Block AJAX requests when regenerating session ID to ensure multiple pending AJAX requests don't timeout the session f49e973 phpdoc e50eb31 For now, lock the session ID regeneration interval at 6 hours ----------------------------------------------------------------------- commit ca1f936a28226766c9130ae4a7d4b1c210cd778a Author: Michael M Slusarz <[email protected]> Date: Thu Apr 18 17:38:08 2013 -0600 Block AJAX requests when regenerating session ID to ensure multiple pending AJAX requests don't timeout the session framework/Core/js/hordecore.js | 27 +++++++++++++++++++- framework/Core/js/smartmobile.js | 27 +++++++++++++++++++- framework/Core/lib/Horde/Core/Ajax/Application.php | 17 +++++++++++- 3 files changed, 67 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/ca1f936a28226766c9130ae4a7d4b1c210cd778a ----------------------------------------------------------------------- commit f49e973b69a3cc4b33edb6554fabf58a0ec35848 Author: Michael M Slusarz <[email protected]> Date: Thu Apr 18 17:38:41 2013 -0600 phpdoc framework/Core/lib/Horde/Session.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/f49e973b69a3cc4b33edb6554fabf58a0ec35848 ----------------------------------------------------------------------- commit e50eb31f40fc5c046a0023537bf04c36978b96a7 Author: Michael M Slusarz <[email protected]> Date: Thu Apr 18 17:40:37 2013 -0600 For now, lock the session ID regeneration interval at 6 hours framework/Core/lib/Horde/Session.php | 22 ++++++++-------------- 1 files changed, 8 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/e50eb31f40fc5c046a0023537bf04c36978b96a7 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
