Interface StaleSessionSupport

    • Method Detail

      • getStaleSessionCheckingFilterChain

        StaleSessionCheckingFilterChain getStaleSessionCheckingFilterChain​(javax.servlet.FilterChain filterChain)
        Responsible for providing StaleSessionCheckingFilterChain which can be used to deal with the stale sessions.
        Parameters:
        filterChain - original FilterChain
        Returns:
        a filter chain with stale session checking capability.