Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

The maximum number of sessions issue - iRAM

In iRAM application, our users encounters "The maximum number of sessions for this user has been reached. Log out from existing sessions or ask the system administrator to increase the maximum number of sessions per user."

We are able to reproduce this issue occasionally, however we do not know at what point of time, the issue occurs.

Seems this happened in less than 2 hours of normal operations on iRAM, by the user.

The abrupt increase in session is undesired and we do not know if this is really an HTTP session issue or Cache issue.

To help us investigate further, can we know if RAM development, enforce SESSION out (after what period of inactivity)?

1 vote



2 answers

Permanent link
By default, RAM allows a maximum of 10 sessions per user. This limit exists to stop a single user from exhausting all of the server resources by creating multiple sessions. The maximum number of sessions per user may be changed on the RAM configuration page, see 'Maximum number of sessions per user:' user Performance Options.

Session timeout is configured and handled by your application server, not RAM. The default session timeout in WAS is 30 minutes.

The user may accidentally be creating multiple sessions in the web if they are using different browsers or cleaning their cookies.

0 votes


Permanent link
Note that increasing the allowed sessions may temporarily fix a symptom but not solve the underlying problem: same uid connects to RAM again and again, creating a new session each time, not releasing their old session. ... increasing the number of allowed per user session will not help if the user is doing tens of requests.

Reason for the above, is a client (Web/API/Script...), connects to RAM without resending/reusing their session cookies.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Dec 13 '10, 10:15 a.m.

Question was seen: 7,211 times

Last updated: Dec 13 '10, 10:15 a.m.

Confirmation Cancel Confirm