Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Apache CacheIgnoreURLSessionIdentifiers to ignore select query string params I am looking for a way of specifying a list of query parameters that I want to ignore for caching. Can I use the

@Ravi8258870

Posted in: #Apache2 #Cache #Httpd

I am looking for a way of specifying a list of query parameters that I want to ignore for caching.

Can I use the directive CacheIgnoreURLSessionIdentifiers to ignore select query parameters regardless of whether they are used for session identifiers?


This causes cachable resources to be stored separately for each
session, which is often not desired. CacheIgnoreURLSessionIdentifiers
lets define a list of identifiers that are removed from the key that
is used to identify an entity in the cache, such that cachable
resources are not stored separately for each session.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme