Trying to monitor sessions programmatically (Java)?
Hi,
I am looking to to implement a Java application that would monitor the number of sessions in OAM, and I found this:
How to read session Ids of a user from OAM 11g - Oracle Trainings for Apps & Fusion DBA
and I've been trying to leverage that, but I've run into some problems.
- I can do the session.getSessionIds() but the set of session IDs that I am getting back does not match what OAM Console - > Session Management shows. In particular, what I get back in the Set of session IDs seems to be not all of the sessions that the OAM Console shows. For example, OAM Console might show 3 session IDs for user "weblogic" whereas session.getSessionIds() would return only one. Why is that?