cancel
Showing results for 
Search instead for 
Did you mean: 

No auto-login / session restore after session-timeout

Former Member
0 Kudos
93

Hello experts,

i want to avoid the automatic session-restore after a timeout.

Because of more than 1 user working at 1 desktop i need always a new authentification.

Any ideas appreciated.

Regards

Mario

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Leon,

this parameter doesnt help at all.

The session is cleared after being idle for 30 minutes.

But in WebUI there will be a view with this information and a link for login without authentification.

So in this case a user can log in without providing a password. I want to clear this link - any ideas?

Regards

Mario

0 Kudos

Hi Mario,

You can achieve this by rdisp/plugin_auto_logout parameter setting

Session management is controlled by the profile parameter "rdisp/plugin_auto_logout". This parameter, with a default value of 30 minutes, controls the time that a session can be idle before it is cleared.

Use transaction RZ11 to see/change this value. Any change to this parameter affects all HTTP sessions for the application server.

Regards

Leon