Interface SessionFactory


public interface SessionFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.http.HttpSession
    getOrCreateSession(javax.servlet.http.HttpServletRequest httpRequest)
    Wrapper method over HttpServletRequest#getOrCreateSession
  • Method Details

    • getOrCreateSession

      javax.servlet.http.HttpSession getOrCreateSession(javax.servlet.http.HttpServletRequest httpRequest)
      Wrapper method over HttpServletRequest#getOrCreateSession
      Parameters:
      httpRequest -
      Returns:
      current session if exists or new session