Hi, 
        After banging my head against it all day, I've discovered that _somewhere_ 
between my servlet code and the filesystem, writes to the database are being 
cached. However, reads are not coming from the cache. I'm getting around the 
problem at the moment with a simple window.setTimeout in JS instead of 
response.sendRedirect(), but this is inelegant and I'd like to lose it.

Has anybody else come across this problem? Is it something I'm doing wrong? 
Please tell me it's something I'm doing wrong :-)

Baffled,
-Josh

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to