Interface Session

  • All Superinterfaces:
    Map<String,​Object>

    public interface Session
    extends Map<String,​Object>
    An interface for managing attributes across multiple requests from the same user agent. Implementations should expose underlying container session attributes through this interface if applicable.

    New keys added to a session object should be named in a manner that avoids possible collision with keys added by other objects in the heap.