Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

Concurrent users are Live Forms users that are logged in simultaneously. displays a max user limit has been reached message for tenants with limited concurrent users licenses when more than the allowed number of users attempt to log into .

What does the Superuser/tenant admin(s) do if users are reporting this error?

The Manage Sessions link on the Manage Tenant page opens the User Interface to view/manage the number of active users. The UI is available to:

  • The initial Tenant Admin user (set up when the tenant was created). The tenant admin login is the only user allowed to login when the maximum number of concurrent sessions has been reached. This login is not counted against the license. The tenant admin can view/manage active users only for their tenant.
  • Superuser admin - view/manage active users for all tenants by navigating to each tenant and clicking on the Manage Sessions link
  • Additional admin users - view/manage active users but this login will be counted against the license and listed in the Sessions Table. Additional admins will not be allowed to login once the max user count is reached.


Column
width20%

On This Page:

Table of Contents
maxLevel2

...

  1. Click the checkbox to select the user from the Sessions Table.
  2. Click the Kill Session button.
  3. Click Ok when prompted to confirm the action.



  4. The Session Has Been Killed message displays:



  5. The Sessions table automatically refreshes with the updated information.



    Tip
     Click the Refresh button to manually update the Sessions table.
  6. Users performing a workflow Task from their Task List or designers developing forms/flows workflows when their session is killed, will see the error:



  7. , When the Continue button is clicked, they will immediately be presented with the login screen. Changes to the Task or form/flow workflow will not be saved. They will have to login again and establish a new session.



  8. The user will receive an email explaining that their session was terminated by the administrator



  9. Cloud Server logs will show INFO level statements reflecting who killed the session

    Code Block
    titleLog entry when tenant admin kills the session for user jessica
    2019-02-23 14:23:12.603  INFO 7a6dfa8e-4472-465e-a5f0-8bbd167de381 mycompany 10992 --- [http-nio-8082-exec-2] com.frevvo.users.UserQuota               [mycompany admin] [7a6dfa8e-4472-465e-a5f0-8bbd167de381 659202F79EFA145F02D5E10EB977410C] [  ] : Tenant (mycompany): logout: num users: 1. Server num users: 1
    2019-02-23 14:23:20.116  INFO 7a6dfa8e-4472-465e-a5f0-8bbd167de381 mycompany 10992 --- [http-nio-8082-exec-2] com.frevvo.service.MailService           [mycompany admin] [7a6dfa8e-4472-465e-a5f0-8bbd167de381 659202F79EFA145F02D5E10EB977410C] [  ] : Email sent to xxxx.xxxxx.com, cc'ed to null bcc'ed to null: Session termination
    2019-02-23 14:23:20.116  INFO 7a6dfa8e-4472-465e-a5f0-8bbd167de381 mycompany 10992 --- [http-nio-8082-exec-2] com.frevvo.forms.web.SessionResource     [mycompany admin] [7a6dfa8e-4472-465e-a5f0-8bbd167de381 659202F79EFA145F02D5E10EB977410C] [  ] : Session 85C80AC65C888C0AC85ADA731D5090D2 terminated by administrator

...

Logging in as a user from the Manage User screen

Once the max user limit has been reached message displays, the superuser/tenant admin cannot login as a user from the Manage Users page.

The tenant admin will see this message:

...