Hi Prem,
I hope you doing good.
Now, for the above query, I am not sure that we have any such MTE in CCMS for user specific session, however, a small custom code can be used to achieve such functions
Here, you have to use some f Function Modules using CALL FUNCTION/FM in your abap code.
These function modules are from TH* family like TH_DISPLAY_USER_LIST and TH_USER_INFO. Now the coder can file out the results based on some 'Threshold', which are in spool generated - convert this into PDF(if you want). Now schedules this custom program for every 10 mins, and notification will come through it on email ID or any DL.
Regards,
Divyanshu