Forum Discussion

jfraga_43038's avatar
jfraga_43038
Icon for Nimbostratus rankNimbostratus
Oct 24, 2013

OWA 2003 and 440 Login Timeout

Hello.

 

I'm currently evolving an iRule to manage the OWA 2003 timeout through F5 LTM+APM.

 

The challenge is to display the hangup page when the "Login timeout" is reached.

 

I've seen those topics for OWA 2010 : https://devcentral.f5.com/questions/exchange-owa-enhanced-login-timeout https://devcentral.f5.com/questions/owa-timeout-v2

 

Even with that, I'm not able to present properly the hangup page.

 

In normal situation, IE sends POLL request to update the OWA interface. - When the APM session is closed, The F5 returns a 302 redirection to hangup page ... and the client send POLL request on this page.

 

After reading the second topic, the key is to force OWA app to refresh the main page with this response. HTTP::respond 440 "Set-Cookie" cookie_sessionid "Set-Cookie" cookie_cadata -> This reponse does not force a full refresh.

 

Have you already solve this problem ?

 

Regards

 

No RepliesBe the first to reply