cancel
Showing results for 
Search instead for 
Did you mean: 

CRM U.I browser auto logout

Former Member
0 Kudos

Dear All,

I have this strange issue with CRM UI. We have set the parameter rdisp/plugin_auto_logout with value 600.

This logs out the user from UI in case the idle time out is more tha 10 min.After that the page displayed shows as below:

"Your session has timed out! Click her to restart"

When we click on that link the user logs in again directly to the UI. What we want is that the browser should close once the time-out occurs. Is this posible by any of the ways such as any parameter in Java or if we can set any cookie time.

Kindly let me know the same .

Regards,

Atul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Atul,

timeout wont delete sso cookie but logoff does, this is default(standard) handling case within WEB UI.

if you wont to change the standard, you probably need send a message to SAP asking for support. Or if you want to play with your own modification, you could consider using WEBCUIF Callback Service CRM_CALLBACK, posting cmd=shutdown or cmd=logoff will delete SSO cookie.

Cheers,

Denny