cancel
Showing results for 
Search instead for 
Did you mean: 

WEB Client session maximizes automatically

Former Member
0 Kudos

Dear Frds,

does anyone know how to solve below probelm?WEB IC session is being maximised automatically.

1. I log in in and Minimises WEB IC session and keep working with something else.

2. After some time (30 mins!!) Web IC session Maximises (opens to the work area) on itself.

Does anyone know how can i stop this from happening?

Thanks and regards,

Dinesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem was solved by changing parameter "rdisp/plugin_auto_logout" to 18000 seconds. Actually it can bes set either to maximum or minimum (0)

Former Member
0 Kudos

Hello,

First of all I would not call this a real "problem", correct me if I'm wrong but when the page maximizes your webclient also times out, correct?

Well, this behaviour is controlled by javascripts, these javascripts are located in the page fragment "root_content.htm" of the BSP application "IC_BASE". I did not take a close look but I see a javascript function called function timeoutHandler()

{

/* close session(s) */

try{

getContextAreaWnd().focus();

contextArea.focus();

contextArea.document.getElementById("End").onclick();

parentWndNav.parent.exitBSPApplicat

....

Maybe try to take a look there.

You cannot control this behaviour without changing the SAP standard!!!!!

You could set a breakpoint (a javascript breakpoint that is, not a ABAP/session breakpoint!) to see what piece of javascript is called at what time.

Hope this helps,

Kind regards,

Joost