ProxySG Content Policy Language Guide
172
cookie_sensitive( )
Used to modify caching behavior by declaring that the object served by the request varies based on
cookie values. Set to yes to specify this behavior, or set to no for the default behavior, which caches
based on HTTP headers.
Using cookie_sensitive(yes) has the same effect as cache(no).
There are a number of CPL properties that affect caching behavior, as listed in the “See Also” section
below. Remember that any conflict between their settings is resolved by CPL’s evaluation logic, which
uses the property value that was last set when evaluation ends.
Syntax
cookie_sensitive(yes|no)
The default value is no.
Layer and Transaction Notes
•Use in <Cache> layers.
Applies to HTTP proxy transactions, except FTP over HTTP transactions.
See Also
•Properties:
advertisement( ), always_verify( ), bypass_cache( ), cache( ), direct( ),
force_cache( ), pipeline( ), refresh( ), ttl( ), ua_sensitive( )