Forum Discussion
Leslie_South_55
Nimbostratus
Apr 13, 2007RAM Cache - use different cache "buckets" based on URI string
I have what I think might be an impossible challange. I need to be able to use different cache profiles, or "buckets" for a single VS. I will have a single VS, that can be accessed by multiple "grou...
bl0ndie_127134
Apr 13, 2007Historic F5 Account
Yes I am referring to the HTTP Host header.
You will have to maintain a HTTP session where the magic string will be stored. There are variety of ways in which you can do this.
1) Store it as a variable after the users has visited the first URI. While this is the simplest approach, its limited to application that authenticate every connection. It that's what your application does then that should work.
2) If you already have a HTTP session, you could store the information in a HTTP cookie.
3) If your application is already creating a session using a cookie, and you don't want to add another cookie, you could store the information as a persist data that's keyed using the cookie value.
There are examples of all of these in the forum. Good luck!
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