On Mon, 2008-04-21 at 16:38 +0530, Madan KN wrote: > If they close the browser and open then they start hitting a different > server continously. Am i missing something. Please suggest. Set "KeepAlive Off" in your Apache config. The browser is keeping the connection open because the server is allowing it to. Graeme