-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 10.0.0
-
Fix Version/s: None
-
Component/s: session
-
Labels:None
-
Sprint:Sprint 3
by default session failover for policy agent not work and Application sessions has leaks
if agentSessionIdleTime!=0 then always session.setType(Session.USER_SESSION)
and session constrains executing for agent session:
Index: 10.0.0-SNAPSHOT/opensso/products/amserver/source/com/sun/identity/authentication/service/LoginState.java =================================================================== --- 10.0.0-SNAPSHOT/opensso/products/amserver/source/com/sun/identity/authentication/service/LoginState.java (revision 140) +++ 10.0.0-SNAPSHOT/opensso/products/amserver/source/com/sun/identity/authentication/service/LoginState.java (working copy) @@ -1451,10 +1451,10 @@ session.setMaxSessionTime(maxSession); session.setMaxIdleTime(idleTime); session.setMaxCachingTime(cacheTime); + session.setType(Session.USER_SESSION); } session.setClientDomain(getOrgDN()); - session.setType(Session.USER_SESSION); if ((client = getClient()) != null) { session.putProperty(ISAuthConstants.HOST, client); }
- duplicates
-
OPENAM-4413 Agent sessions are affected by active session quotas when com.iplanet.am.session.agentSessionIdleTime is used
-
- Resolved
-