I would recommend looking at the cache.config file in etc/trafficserver. You can use a regex to match URLs (such as all .js files) and specifically override the cache_response_to_cookies values for matching URLs.
Sunday, July 15, 2012, 2:12:33 PM, you wrote: > only one thing hurts me: > CONFIG proxy.config.http.cache.cache_responses_to_cookies INT 3 > 3 - cache for all but text content-types > is there any way to force trafficserver caching text/css and > text/javascript even if the client sends cookies to it what > happens all the time if there exists a php-session for the > website? > thank you for any hint and this great software!
