Hello,  
            Has anyone seen two requests from the same IP hitting a
servlet at approximately the time result in the same query string and
headers?
 
I can reproduce this every time.  Make two requests from one machine
that hits my servlet at approximately the same time.   Both
HttpServletRequest objects contain query string and header information
of the first request in.  If the IPs are different everything works
properly.
 
Thanks,
-cb


Reply via email to