Forum Discussion
ScottB_85935
Jan 23, 2012Nimbostratus
Outlook WEB APP Sessions timing out
Hello,
We have recently migrated to Exchange 2010, and leverage F5 devices in a single virtual Server setup to load balance between our Exchange 2010 CAS front-end servers.
What we...
Claudio_Maroni_
Jun 03, 2013Nimbostratus
Try to use this EXCHANGE PERSIST IRULE :
"/owa*" {
Outlook Web Access
if { [HTTP::header exists "APM_session"] } {
persist uie [HTTP::header "APM_session"] 7200
} else {
persist cookie insert OWACookie 28800
}
pool exchange2010.eu_cas_2012_06_08_owa_pool
return
}
The important thing is this line:
persist cookie insert OWACookie 28800
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