Hi Karl and list,<br><br>If you want to get a list of currently logged in users, use<br><br>OpenCms.getSessionManager().getSessionInfos()<br><br>That gives you a list of CmsSessionInfo objects. You can iterate through them asking if any of them has the user (with getUser() method in CmsSessionInfo) you want to check. It's logged in if it's in the list, not logged in if otherwise.<br>
<br>Greetings,<br><br>Nacho Fernandez.