Forum Discussion
Terrence
Jun 15, 2012Nimbostratus
Exchange OWA Enhanced login timeout
So this is my second post on this topic, and I am starting another post, because the earilier post has much information that was no longer relavent.
We are currently in the deployment stages...
jlarosa_44289
Jul 13, 2012Nimbostratus
We used the most recent iApp to configure, 2012_04_06. I did follow the post steps in v2.7 DG.
We do have additional modifications though. We are using the VPE to do an attribute lookup (homeMDB) and set a session variable. This variable is read by the persist iRule to direct to the proper pool (2007 or 2010) for OWA, EWS, and ActiveSync.
Additionally, we have heavily modified the HTML code for the APM logon page itself. Mostly just to add our standard headers/footers, background, etc. But it is modified. It may be worth trying a base APM to see if that works any better.
UPDATE:
We just modified the top section of code to read as follows:
when ACCESS_ACL_ALLOWED {
set apm_mrhsession [HTTP::cookie value "MRHSession"]
if { [table lookup $apm_mrhsession] == "EXCHANGE_LOGOUT" } {
ACCESS::session remove
table delete $apm_mrhsession
HTTP::redirect "https://[HTTP::host]/vdesk/hangup.php3"
}
unset apm_mrhsession
}
Instead of making the iRule redirect, we are simply removing the session and deleting the value from the session table. This seems to be working so far. Not sure why it wasn't working before and we tried to go the redirect route, but so far so good.
I will update if anything pops up.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects