2011 May 23 1:51 PM
Hi Experts,
I have reuirement, i.e I need to kill user sessions whose Idle time exceeds 5 minutes. There is function module 'TH_DELETE_USER' which will kill user (all the sessions), But I need to kill a spcific session of the user.
Please let me know is there any function module or any other way to accomplish this requirement.
(Note: Through SM04 we can delete the sessions manually which will not suitable for my reuuirement)
Thanks in advance
Lakshminarayana
2011 May 23 1:57 PM
Via system parameters, you (or your system adminstrator) can decide after how much time idle users will be logged off or a running dialog process will be killed, and a few more things.
What is the use of forcefully terminating single idle sessions of a user? As far as I know they do not consume ressources while doing nothing. If such an option exists, I would rather look for it in Netweaver adminstration, not ABAP development.
Thomas