hi paco

Paco Avila wrote:
If I create a lock with isSessionScoped=false, when I perform logout and
login I have a new session and can't unlock this node. Should I
serialize and reutilize the session?

for the open-scoped locks you have to transfer the lock token
to the Session that you want to become the lock holder.

see Session.addLockToken(String) and Session.removeLockToken(String)

angela

Reply via email to