Active
Project:
No Anonymous Sessions
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2009 at 01:55 UTC
Updated:
1 May 2010 at 16:32 UTC
Would installing boost module eliminate need for this module? Since boost can take care of anonymous sessions not even hitting drupal.
Comments
Comment #1
ddorian commentedsince your just hitting .html files with boost and no drupal bootstrap then i think yes boost will eliminate BUT say you have
100 000 nodes. When they are first cached (no html file produced by boost) the session is created (if this module is not installed) . then html files are served from boost.
so in the upper case there would be (in worst case scenario) something like 100 000 sessions if one unique user visits only 1 page and when he (or some1 else) visits that page again they will get boost.
i hope im correct
new version:
when the cache will be created a session will be created (if this module is not installed)
after cache is created no more sessions
after cache invalidated again when cache will be created again session will be created (if this module still not installed)
...