By jermb on
And only theres? I turn it on and any anonymous person can delete another's. I thought it would be cookie based, but no?
And only theres? I turn it on and any anonymous person can delete another's. I thought it would be cookie based, but no?
Comments
No.
Not cookie based. It's user id based (the user->uid object, to be precise), and every anonymous user has user->uid == 0. So the behaviour you saw is exactly what is supposed to happen.
ah thank you. i wonder if
ah thank you. i wonder if there is any way to implement this anyone has tried?