hi, if i lock a node with node.lock(true, false) so that i have a non sessionscoped lock.
the question is how can i remove that lock ? if i try to do this node.unlock() i get always "Node not locked by session" i have also tried a lot of things with the lockmanager methods but till now i cant remove the lock. thanks for help claus
