org.apache.axis.transport.http
public class AxisHTTPSessionListener extends Object implements HttpSessionListener
UNKNOWN:
| Field Summary | |
|---|---|
| protected static Log | log |
| Method Summary | |
|---|---|
| void | sessionCreated(HttpSessionEvent event) No-op for now |
| void | sessionDestroyed(HttpSessionEvent event)
Called when a session is destroyed by the servlet engine. |
Parameters: event the event descriptor passed in by the servlet engine