Interface HttpSession


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface HttpSession
    HttpSession interface inspired from HTTP Servlet 5.0. See also: SessionStore WebappPluginWorkspace.getSessionStore()
    Since:
    26

    *********************************
    EXPERIMENTAL - Subject to change
    ********************************

    Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns a string containing the unique identifier assigned to this session.
    • Method Detail

      • getId

        java.lang.String getId()
        Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the servlet container and is implementation dependent.
        Returns:
        a string specifying the identifier assigned to this session