Jou Kou-Rong wrote:

I also have a need to maintain the lock token across sessions. Is using our application to save the session token in the jackrabbit repository a reasonable approach?

no, i wouldn't say so.

the proper way transporting lock tokens across sessions is
using the methods defined by the API

Session.getLockTokens()
Session.removeLockToken(String)
Session.addLockToken(String)

storing them in the content just move the problem to a new
area (access control). i suppose you don't gain anything.

angela

Reply via email to