>From my understanding, sessions are only forgotten if not changed, so if you add something to the session, it gets saved. This speedup prevents saving the session when there is nothing to save.
And you could always use cache or db for analytics if that's what you are looking for. Ross Peoples On Mar 16, 2011, at 5:20 PM, pbreit <pbreitenb...@gmail.com> wrote: > If we *do* want to track non-logged-in visitors, will we need to restore > these sessions?