Does Response.Flush have any affect on the session state of an application? For example, if the response is flushed then could the session lock be removed?
I am experience what appears to be an occasional session collision as described in my question here: ASP.NET - Accessing web page twice from client. The session collision appears to occur on a web page, which flushes the response periodically.