2015 Feb 05 8:50 AM
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
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
2015 Feb 17 4:53 AM
2015 Feb 17 7:28 AM
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.