If you are running into an issue with eCM whereby the session remains active after closing your browser here is the solution.
It’s the /AM/Application.cfm file. The CFAPPLICATION tag has setdomaincookies=”Yes” which causes the problem. Setting the setdomaincookies=”No” allowed the session to end after the browser closed.