About SessionsΒΆ
A session is how the RCX server keeps track of a user's data or interactions.
Usually, a session starts when you log in. The session has a unique ID, which helps the RCX server keep track of your requests. This enables RCX to associate your requests with the browser window you're looking at and enables it to verify your credentials.
By default, each user can have a single session at a time. You can configure RCX to enable users to have multiple sessions. Each session runs in a different browser tab or window.
Example
You want one browser tab to display a member's details and another tab to display program information. This requires two sessions running at the same time.
See also: