New Relic has a broken login session system and they refuse to fix it.Each time the browser is opened I have to login. And every 4:th time I get a disturbing page about "Active session limit reached" where I manually have to delete one of the 3 previous sessions to continue. This flawed and quite unique session handling is because of security reasons according the support.The browser has the cookies expiration time set to "session" - which is until you close it, but the server keeps all sessions until they are manually deleted and limits the quantity of them.Basically this page forces the users to handle the session garbage collecting on their own. Outrageous.The response from the support? This is a feature. Manually log out from the web page before you close the browser - on a modern web page In 2023.The real solution they should apply is quite simple. If you want to keep the login requirement on each browser restart and the session limit then silently close the oldest session. If the browser detects that the session has been closed then put up a warning and then redirect the user to the front page.