cancel
Showing results for 
Search instead for 
Did you mean: 

rdisp

Former Member
0 Kudos

Hi all,

I want to end a users session if he/she is idle for a specified period. rdisp/gui_auto_logout parameter is not enough for me since I don't want to terminate a users program running for a long time.

can anybody help me?

- ferudun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The parameter "rdisp/gui_auto_logout" defines the maximum time the user is idle and not doing any activity on the system before the system logs the users out.

The following parameter "Maximum work process runtime (rdisp/max_wprun_time)"

defines the maximum time the system allows a dialog work to continuously process one dialog step (one action) the default value is 600s, so after 10 mins the system kills the session which was continuously running for 10 mins. So if your gui timeout value is greater then this value there should not be a problem..

one parameter controls idle time value, while other controls how long system should allow one process to run.

If this helps, plz reward..

Cheers,

Chetan Hinduja