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