Re: About Question enthuware.jwpv6.2.770 :
Posted: Thu Jan 10, 2013 1:06 pm
the explanation says that the sessionDestroyed is called for all the listeners in the order they are declared in web.xml. but the specs says following:
servlet 3.0 spec:
8.2.3 Implementations of javax.servlet.http.HttpSessionListener are
invoked at their sessionCreated method in the order in which they have
been declared, and at their sessionDestroyed method in reverse order.
so explanation should be modified
servlet 3.0 spec:
8.2.3 Implementations of javax.servlet.http.HttpSessionListener are
invoked at their sessionCreated method in the order in which they have
been declared, and at their sessionDestroyed method in reverse order.
so explanation should be modified