Forum Discussion
Darren_Person_2
Nimbostratus
Oct 02, 2007Duplicate Cache Entries for Firefox & IE?
Hi All,
We recent;y upgraded to 9.4.1 and have noticed an issue in RAMCache. If I click on a page in IE, I see the page get put into RAMCache. If I go into Firefox and click on that exact ...
Oct 10, 2007
The CACHE::useragent command is a way to override the client user agent string in the cache system without actually changing the User-Agent header.
So, if you wanted all IE browsers to be cached with the same agent string
when HTTP_REQUEST {
if {[HTTP::header User-Agent] contains “MSIE”} {
CACHE::useragent “MSIE”
}
}If you wanted to have all clients cached with the same user agent, you could do something like this:
when HTTP_REQUEST {
CACHE::useragent "GENERIC-USER-AGENT"
}Hope this helps... I'll update the wiki with some examples.
-Joe
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
