Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: siteLogout Arguments: site,key Description: Login to a site Page type: webl Render function: Module: siteutil Page source: var db = Wub_GetDB(site); var coll = Wub_GetCollection(db, "session"); var dbobj = Wub_NewDBObject([. key=key .]); Wub_RemoveDB(coll, dbobj);