Springboot + springsecurity+nginx

topic description

Login information conflict

sources of topics and their own ideas

the same project code is configured with different ports and databases.
then, two projects are deployed.

you cannot log in to two-port projects in the same browser at the same time. Otherwise, there will be conflicts, and those who have not logged in will be kicked off the line if they have not logged in. You just can"t log in at the same time.

obviously two different projects are deployed, running springboot"s built-in tomcat, using java-jar. Why the conflict.

but using two browsers to log in to two addresses does not conflict.
Please help me with the analysis. What"s wrong.

Jun.08,2021
Menu