cancel
Showing results for 
Search instead for 
Did you mean: 

400 session timeout - Error handling on ICM

Former Member
0 Kudos

Hi,

I would like to ask that how can I handle and redirect to the page, when the session timeout occured on the ICM process?

Thank you.

Orkun Gedik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Orkun,

If this to control ICM time out then you can control using 3 these 3 paramters:

icm/conn_timeout

icm/keep_alive_timeout

icm/server_port_< n >

icm/server_port_ < n > overrides the value of icm/keep_alive_timeout.

For more details check OSS note 824554.

If however your query pertains to the question of redirecting the user back to the page where time out occured then I am not sure if this is possible since after session expiry time out you need to relogin again.

Please award points accordingly.

Regards.

Ruchit.

Former Member
0 Kudos

My dear friends,

I don't ask for timeout values. I just want to learn that is there anyway to redirect to a static page when I face with error 400 (session timeout).

Orkun Gedik

Former Member
0 Kudos

Hello Orkun,

There is a profile parameter icm/HTTP/redirect_<xx> which helps in redirecting but not sure if it fits your requirements. Please check out its documentation.

Regards.

Ruchit.

Former Member
0 Kudos

Thank you for your swift feedback. "icm/HTTP/redirect_<xx>" is necessary, if I determine redirect by HTTP 301, but not HTTP 400. Do you have further suggestions?

Thank you

Orkun Gedik

Former Member
0 Kudos

Hi,

increase parameter icm/keep_alive_timeout from 60 to desired level

Samrat

Former Member
0 Kudos

Thank you, but I don't want to increase the timeout. It has already been set. I just want to redirect a page when I face with the session timeout error.

Orkun Gedik