Interface HttpSessionContext


public interface HttpSessionContext
Author:
Shuyang Zhou
  • Method Summary

    Modifier and Type
    Method
    Description
     
    jakarta.servlet.http.HttpSession
    getSession(String sessionId)
     
  • Method Details