session_start() setting PHPSESSID for every page
-
My hosting provider (DreamHost) uses Varnish and this plugin is stopping from Varnish caching pages because the plugin is setting PHPSESSID for every page. It looks like it’s because on initialisation it calls session_start() — when I comment out that line PHPSESSID is no longer being set.
Is it possible to make this plugin Varnish friendly? Would that be done by setting it’s own cookie name rather than setting PHPSESSID?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘session_start() setting PHPSESSID for every page’ is closed to new replies.