All incognito tabs in a single browser window share the same cookiejar.
Since Spring's session management uses a session cookie (typically JSESSIONID
), both tabs will send the same cookie to the server, and the server will correctly associate them with the same session.
So no
.