What is web context in the following context (java ee tutorials) -
i reading java ee 6 tutorials pdf document official site. reading part related servlets, says:
associating objects session can associate object-valued attributes session name. such attributes accessible web component belongs same web context , handling request part of same session.
i wonder web context , how can different?
the same web context means servletcontext, please refer seciton 7.4 binding attributes session of servlet 3.0 specification:
a servlet can bind object attribute httpsession implementation name. object bound session available other servlet belongs same servletcontext , handles request identified being part of same session.
Comments
Post a Comment