cancel
Showing results for 
Search instead for 
Did you mean: 

Session Time Out

Former Member
0 Kudos

Hi Gurus,

I am having SAP Netweaver BI ABAP system and i have configured the webgui.

I am able to login to the system using URL, But before entering any transaction it gives me Session Timeout Error.

As soon as I login it gives me the error.

Is there any parameter which needs to be changed.

Error

-


This session terminated due to inactivity

Tips:

Click "Close Popup". To assist you in re-entering the lost data, make a note of your entries or print out the screen before starting a new session

To start a new session, choose F5 or refresh the browser

-


Please help.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello John,

im facing the same problem, did you get to solve it? if you could give me any hint about it I would really appreciate it.

Many thanks,

Marcos

Former Member
0 Kudos

Hi ,

Please try setting up below parameter in profile::

Try adding:

icm/keep_alive_timeout 3600

icm/conn_timeout 5000

in the Instance profile.

You might wanna check SAP Note 705013 to see if the fol kernal paramters are there´:

rdisp/gui_auto_logout and

rdisp/plugin_auto_logout

Thanks..

Mohit

Former Member
0 Kudos

Hi All,

Here is some more intresting but unusual thing I found out is webgui is accessable via app server but not with CI

When i use the URL having backend as CI it takes me in but gives session timeout, but when i use the URL having backend as APP server it takes me in without any timeout error.

The only diffrence in instance profile is CI is having more no of work processes and 2 additional parameters below

login/accept_sso2_ticket = 1

login/create_sso2_ticket = 2

Please let me know if the session timeout error is due to above parameters or is it something else.

This is killing me now. Help required.

former_member194364
Active Contributor
0 Kudos

Hi,

If you goto the WEBGUI service in transaction /nSICF

Is the "Load Balancing" set?

If YES check the Logon Group in transaction /nSMLG

what are the error/warning entrys in the dev_w* trce files when you attempt to logon?

Regards,

Oisin

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please read a related post on this issue - it might help:

BR,

Ivan

cris_hansen
Advisor
Advisor
0 Kudos

Hi John,

You also should go for the latest disp+work package.

As you might know, the ITS in 7.02 (kernel 7.20) releases is delivered as part of the kernel (due the new Unified Rendering WEBGUI).

Regards,

Cristiano

cris_hansen
Advisor
Advisor
0 Kudos

Hi John,

I would like to know the SAP_BASIS package level (SAPKBxxxxx format) and the kernel release/patch level.

Thanks,

Cristiano

Former Member
0 Kudos

SAP_BASIS = 70206 SAPKB70206

Kernel Patch = 720_REL Patch No : 72

Please help