Is HttpSession thread safe, are set/get Attribute thread safe operations?
Servlet 2.5 spec: Multiple servlets executing request threads may have active access to the same session object at the same time. The container must ensure that manipulation of internal data structures representing the session attributes is performed in a threadsafe manner. The Developer has the responsibility for threadsafe access to the attribute objects themselves. This … Read more