Class ChangeSessionIdAuthenticationStrategy

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware, SessionAuthenticationStrategy

    public final class ChangeSessionIdAuthenticationStrategy
    extends AbstractSessionFixationProtectionStrategy
    Uses HttpServletRequest.changeSessionId() to protect against session fixation attacks. This is the default implementation.
    Since:
    3.2
    • Constructor Detail

      • ChangeSessionIdAuthenticationStrategy

        public ChangeSessionIdAuthenticationStrategy()