Interface ISessionScope

  • All Superinterfaces:
    com.helger.commons.id.IHasID<String>, IScope
    All Known Implementing Classes:
    SessionScope

    public interface ISessionScope
    extends IScope
    Interface for a single session scope object.
    Author:
    Philip Helger
    • Method Detail

      • selfDestruct

        @Nonnull
        com.helger.commons.state.EContinue selfDestruct()
        A special internal method that destroys the session. This is especially relevant for session web scope, because it is all done via the invalidation of the underlying HTTP session.
        Returns:
        EContinue.BREAK to indicate that the regular destruction should not be performed!