Vojtech Szocs has posted comments on this change. Change subject: webadmin: Adapt UI plugin infra REST session timeout ......................................................................
Patch Set 2: > but the engine timeout is interval of inactivity check, or I got it wrong? You are right. Engine session timeout is configured globally for all Engine sessions via UserSessionTimeOutInterval option. Repeating job that expires "old" Engine sessions has periodicity = UserSessionTimeOutInterval. This creates potential for Engine session being alive for up to 2 * UserSessionTimeOutInterval. > all you need is to keep the session active. > vojtech: but I thought you refresh the session per interval. Yes, we do that. But with REST session TTL == Engine UserSessionTimeOutInterval, even with refreshing REST session max. per 1 min, Engine session can be still alive (no GUI activity) but REST session can be dead. We want to avoid this scenario. -- To view, visit http://gerrit.ovirt.org/36737 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifa95dba9b1f9647369bd817995c1cbd86f1e528f Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: No _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
