From: Jon M. <jo...@te...> - 2006-03-08 16:32:20
|
Peter Crowther wrote: >>From: Jon Maber >>So, since special group membership is coded in the User object, >>checking membership of the group requires no database access at all. >> >> > >Does this mean that if a user is removed from one of the special groups, >the user will retain apparent membership until their session expires? > > > No, because when the membership changes the special group values are changed immediately in the cached User object and the user object is saved to the database. |