Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP ITS

Former Member
0 Likes
883

Folks,

ITS Mobile

Error: 400 Session timed out

I would ike to have a redirection to loginpage after a timeout.

How can I do this configuration ?

I saw following options in SAP help but there is nothing for HTTP 400.

You can define the following types of error pages:

·  Logon error (HTTP 401: Logon failed)

·  Application error (HTTP 500: Application error, such as an ABAP short dump)

·  Logoff page

·  Not accessible (HTTP 404)

For each error, an explicit page can be sent to the browser, or the user can be redirected to a particular URL.

When logon errors occur, you can also give the user the option of logging on to the system directly.

Has anyone dealt with it in the past and can share his/her knowledge, it would be great!

Regrads

Nishant

2 REPLIES 2
Read only

Former Member
0 Likes
783

Any thoughts ? Still I am not able to resolve it.

Read only

0 Likes
783

Hi ,

     please maintain the ~XSRFCHECK       1 in gui configuration on SICF services.

and also check logon data configurations

and also give the Logoff Page redirect path

           /sap/public/bc/icf/logoff?redirectURL= your ICF service?

Thanks.