VMware Cloud Community
carlossantillan
Contributor
Contributor

Session Management Control

I was looking in the product documentation about one specific problem I have.

1) I´ve one J2EE application (servlets & Jsp) that receive request from one user and he write his credentials and enter to the web application.
2) The problem is if other user probably has the same account, he could login in other “browser” and have two active sessions at same time
3) I need a product to solve this problem in order to avoid concurrency with the same account in several browser

I already see hyperic documentation and only get metrics about performance, utilization, etc. and also has control actions and alerts. But
I didn´t see anything about web app active session control & concurrence.

Could you tell me how your product may solve this….or the on-line reference that said how to do it??

Thanks a lot.
0 Kudos
1 Reply
excowboy
Virtuoso
Virtuoso

Hi Carlos,

what are you trying to achieve ? Do you just want to monitor if there are multiple sessions for one account ? Hyperic could probably do that, but you can not use Hyperic to contol such concurrency.
Just in case your sessions are being stored in the database you could use a SQL plugin to monitor the number of concurrent sessions for user.

Cheers,
Mirko
0 Kudos