Hi, How can I store online users in my database with the chat example? I can access the current user object but can't persist changes to it. Using transaction.commit() after changing user.is_online to True results in a DetachedInstanceError. Thanks, Daniel