Interface Session
- All Known Subinterfaces:
WebUiSession
public interface Session
A simplified http session, managed by a
SessionManager
.-
Method Details
-
getId
String getId()Get the unique identifier for this session.- Returns:
- the unique identifier for this session. never null.
-
invalidate
void invalidate()Invalidate the session -
isValid
boolean isValid()- Returns:
- true if the session is valid
-