Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Need to kill the spcific user session whose idle time exceeds 5 minutes

Former Member
0 Kudos
262

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

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos
51

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