If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Tracking User Activities

Started by yelis913, 27 Dec 2010 04:32:55 AM

Previous topic - Next topic

yelis913

Hi,

I need to find out, by means of Java API, some user-related info: Who is logged on to Cognos 8 server? What are they doing?  Any extra info would be useful too.

Does anybody have any suggestions?

Thanks

sir_jeroen

You could query for the session objects. That will give you an overview of all users that have a session object created. But don't forget: Web Apps are stateless so a user that logs in know and close Internet Explorer will still have a session until it's timed out.

AussiePete2011