Hello folks, I am working on a project wherein recrod level locking is been already implemented using a Hash Table. To unlock the particular record, the onUnload() method is used. (I don't have any idea why HashTable...)Due to some reasons, this onUnload() solution has become very unreliable. So, I'm to provide a better solution for this. Solutions though of so far... 1. When user logs out clear the entries for that particular user from HashTable. 2. Depend on session. Session times out.... clear the hashtable. If anybody with any other solution please let me know... regards n TIA, Tejas Tambe SCJP2