tractorcow / silverstripe-dynamiccache

Simple on the fly caching of dynamic content for Silverstripe
39 stars 27 forks source link

Session is started on all requests #74

Closed dhensby closed 5 years ago

dhensby commented 6 years ago

I'm looking at implementing good http based caching on a site using this module; however I noticed that every request starts a session and I'm not sure why that's needed... would remove that be a problem?

tractorcow commented 6 years ago

Right, it should only start the session if a session ID is detected (as per core).