Forum Discussion
Florent_Thieba1
Nimbostratus
Feb 27, 2013Error message in log - CMP persist message
Hi,
I can't figure where this error is coming from and how i could prevent it to occur, this is a sample:
In the file /var/log/ltm
Feb 27 15:55:28 local/tmm1 err tmm1[4769]: 01010206:3...
Florent_Thieba1
Nimbostratus
Mar 14, 2013I indeed use this, for the exchange 2010 VIP:
when HTTP_REQUEST {
switch -glob [HTTP::header "User-Agent"] {
"MSRPC" {
if { [HTTP::cookie exists "OutlookSession"] } {
persist uie [HTTP::header "OutlookSession"] 3600
} else {
persist uie [HTTP::header "Authorization"] 3600
}
}
"*Microsoft Office*" {
persist uie [HTTP::header "Authorization"] 3600
}
default {
persist source_addr
}
}
}
This is the default template recommended i used to set the VIP.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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