Spring Security able to log in but no session actually being created
I have created login and logout as well as registration for my spring boot 3 application.
The issue now arises when I click the login button, it is using the information from my mysql database to log in since when I enter the incorrect credentials it doesn’t work. It redirects me to my homepage, but it doesn’t actually create a session.