Interface ISessionWebScopePassivationHandler


  • public interface ISessionWebScopePassivationHandler
    Interface for session attributes that are notified during session passivation.
    Author:
    Philip Helger
    • Method Detail

      • onSessionWillPassivate

        void onSessionWillPassivate​(@Nonnull
                                    ISessionWebScope aSessionScope)
        Invoked before the session will be passivated.
        Parameters:
        aSessionScope - The passivated session scope. Never null.