Interface SessionResolver

    • Method Detail

      • getSession

        Session getSession​(boolean create)
        Returns the session, or null if no session available and create is false.
        Parameters:
        create - whether to create the session if not found. If true, a new session will be create if there is no one available.