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
Creating an empty session should save that session in the thread local.
So that a call to findSession doesn't unnecessarily attempt to retrieve it from Redis. This is an unexpected order of operations to support, but the Tomcat Manager app is doing it, so clearly it's possible.
0 commit comments