Attributes always apply to a certain area. For example, if you want them to apply only to the current request, you bind them to the request object.
Similarly, if you want it to apply to the current session, you bind it to the session object. Attributes related to the entire running instance of the application are set in the servlet context object.
, , , : ( a.k.a), . , .
, getAttribute()/setAttribute() ( " ?" ) .