You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MockSessionCookieConfig#maxAge defaults to 0 which causes cookies to be deleted instead of written during tests. Rather than 0, default value for maxAge should be -1 as one would expect from a typical container.