Correct. If one only needs to track ip of visitors it is best to use the server logs (apache logs or rocket logs)
On Mar 16, 4:26 pm, Ross Peoples <ross.peop...@gmail.com> wrote: > 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?