On 2/3/06, Patrick Lewis <[EMAIL PROTECTED]> wrote: > > I'm pretty sure this isn't true. The default state "out-of-the box" > for visit (and identity) is that it is turned off. So, if the default > is going to be changing config values to their defalut state, then: > > # Enable Visit tracking > # visit.on=True > > Should be changed to > > #Enable Visit tracking > visit.on=False # set to True to enable visit tracking > > if everything is to stay the same. The same would go for identity.
You know, I thought that was the case. I've just committed this change. (I haven't uncommented everything, however.) Kevin

