I'm with a quite annoying situation.
One application's user is having problem getting updated data from my database. Here as follow:
The user generate an insert statement into my database.
When the user list these inserts, he only got the data that was previous there when he login into my application, only after some minutes he can see the data that he sends a while back ago.
I'm executing simple and plain statements of insert and select, and only this user is getting this problem, the rest of my users are fine.
Is it possible that somewhat the value that I retrieve from the data base is being cached?
in flash i would have a 'long' magicnumber that would increment perpetually. then subsequent calls to the url would increment the magicnumber and add it to the url.
such as
url="http://example.com?property=948&angle=street-corner&magicnumber=837493"