On Mon, 6 Jan 2003 16:32, you wrote: > There are actually two access counters. One is for the session and > it is stores in the temp hashtable in the user object. The other is > stored in the perm hashtable. I am not sure if it is actually > updated or not. I have not looked at that part of the code. I guess > I need to....
The access counters are incremented in DefaultTurbineRunData.populate() but I tend to agree with you that if we are going to keep the access counter (ie: "_access_counter" in TurbineUser), it should have its own column. Currently, it is the only thing in perm storage that doesn't have its own column, which seems a bit strange. There is no reason why the "_session_access_counter" can't be left as is, as it solves the problem I previously mentioned in this thread. Regards, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>