why servlet hangs on auto refresh? -


i use

response.setheader("refresh",10); 

...to auto refresh servlet, after performing 9-8 refreshing next time page loading goes infinite stage i.e. loads continuously , nothing displayed.

my guess problem seeing after refreshing 8-9 times has nothing refresh header.

do same problem if manually refresh page 8-9 times using f5 key in browser? servlet code doing?


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -