Package jakarta.servlet.http
Interface HttpSessionContext
public interface HttpSessionContext
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescriptiongetIds()jakarta.servlet.http.HttpSessiongetSession(String sessionId)
-
Method Details
-
getIds
Enumeration<String> getIds() -
getSession
-