Problem with modified documents

Hi All, I’m using pooling concept for domino session object for performance.When I modified particular document it shows the previous values but it shows upated value in the corresponding nsf.

To Reproduce:

Step 1:Get all document values through session1

step 2:Modify the same document with session2

step 3:Now if we get the document values through session1 it returns the old value otherwise we get an updated values.