Interface Session

All Known Subinterfaces:
ClusterSession
All Known Implementing Classes:
DeltaSession, DummyProxySession, StandardSession

public interface Session
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
Author:
Craig R. McClanahan