From my CustomModule used to update some user information I need to log out the user and log him/her in again - otherwise the order customer data is not updated. I found this: Dynamicweb.login("UserName", "Password"); but how do I log the user off in the first place?