![]() |
![]() |
||||
At line 9 changed 1 line. |
If you also want to hear about changes to sessions, see [Session Attribute Listener]. Both of these interfaces can be implemented in the same class, to create a listener which is notified about create, destroy and change events. |
If you also want to hear about changes to sessions, see [Session Attribute Listener]. Both of these interfaces can be implemented in the same class, to create a single listener which is notified about create, destroy and change events. |
At line 15 changed 1 line. |
To create a Session Listener, create a class which implements the [HttpSessionListener|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html] interface. |
To create a Session Listener, create a class which implements the [HttpSessionListener|http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpSessionListener.html] interface. |
At line 34 changed 1 line. |
![HttpSession|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSession.htm] |
![HttpSession|http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpSession.htm] |
At line 36 changed 1 line. |
The session is passed to both of the above methods in the [HttpSessionEvent|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionEvent.htm] object. |
The session is passed to both of the above methods in the [HttpSessionEvent|http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpSessionEvent.htm] object. |