Closed stephandorer closed 1 year ago
The login does not work. Since no cookie is not set, the Authentication is removed between requests.
Solution: Create application.properties and set server.servlet.session.cookie.name
Works for me. The default cookie name is JSESSIONID. Maybe you switched that off somehow?
The login does not work. Since no cookie is not set, the Authentication is removed between requests.
Solution: Create application.properties and set server.servlet.session.cookie.name