I have a site that has traffic spikes from only a few sources. This site also needs to be able to show content to a user by guessing if they've just arrived on the site using PHPs $_SERVER["HTTP_REFERER"].
Is it possible to include the value of req.http.referer in the varnish cache so that this behavior is on more of an individual user basis? I believe that some users are being showed the wrong content because of another user caching content with a different referrer value.