The community member wants to ensure that they are logged in for any session they run, and ideally, they want to log in with one user per session. They are asking how to make sure that a new session won't open without running a login.
essentially - I want to make sure that I'm logged in, in any session that I run. Even better - That I log in with one user per session. How can I make sure that a new session won't open without running a log-in?