I'm using Session Cache API with the setting "on the server, in $_SESSION memory"

But this still causes drupal to set a cookie for anon users, such as:
Set-Cookie: SESS5b0275e6f5ad4fdc659acf6416c53b97=6727a77c4e49b92f7b2dd50275d7b475; expires=Thu, 05-Nov-2015 03:57:50 GMT; path=/; domain=.bid13.com; HttpOnly

Which is causing a varnish cache miss because of the cookie being set. Has anyone figured out how to get around this?

Comments

deweydb created an issue.

rdeboer’s picture

$_SESSION is the one setting you should avoid. It is the default. It is the same as what Drupal core does. If you select this setting you might as well not use the module at all.
Try "File".