<div dir="ltr">I'm running the proxy server with user authentication added in. I want to limit the users to one-minute sessions at a time. What is the "proper" way to achieve this? My (admittedly limited) experience with the code points to somehow tracking the client session that was created when that user connected, and killing it, but I don't know how to track it at the point where the user is looked up in authDB, nor what the correct way to kill the session is that won't create either dangling pointers or memory leaks.<div><br></div><div>Thanks!</div><div><br></div><div>v.</div></div>