Hi !!!

I'd like to get, from my application server, a list of the logged users with these details: application they are logged in and state of Session variables.

For instance:

User: John
Application: TimeTables
Session variables: id_user=12 | blnShowAll=false | ...

User: Martin
Application: SalesTracking
Session variables: id_customer=0 | bestcolor=green | ...

How could I do this ???

Thanks in advance for ideas !!!