Interface SessionCreator

  • All Known Implementing Classes:
    SessionCreatorImpl

    public interface SessionCreator
    Defines a creator for new sessions.
    • Method Detail

      • reset

        void reset()
        Resets the internal state of this session creator. A reset includes the following:
        • resetting the consecutive sequence session number which is increased every time a session is created.
        • use a new session ID (which will stay the same for all newly created sessions)
        • use a new randomized number (which will stay the same for all newly created sessions)