-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.0, 6.5.0, 6.5.0.1
-
Component/s: session, web agents
-
Labels:
-
Sprint:AM Sustaining Sprint 60
-
Story Points:2
-
Needs backport:Yes
-
Support Ticket IDs:
Bug description
When session quotas are enabled, the number of web agents sessions is limited to the number of Active User Sessions
How to reproduce the issue
- Install AM 6.5.0.1
- Enable Global Service Session Quota Constraints.
- Set Resulting behavior if session quota exhausted to DENY_ACCESS
- Create a realm, Add the Session Service
- Create a Web Agent profile in the realm.
- Enable SSO Only Mode for the Agent profile.
- Install Apache 2.4 and Web agent 5.5.1.0 specifying the realm.
- Run a simple load test on the web server requesting pages.
Expected behaviour
Responses are redirects for authentication
Current behaviour
Responses will start to return HTTP 403 Forbidden
Work around
Not tested - Configure the Web Agent profile in a separate realm with Active User Sessions configured with a value sufficient to allow the required number of agent logins calculated from Apache mpm_worker_module configuration.
Code analysis
None