bsw/jbe@0: if app.session then bsw/jbe@0: app.session:destroy() bsw/jbe@0: slot.put_into("notice", _"Logout successful") bsw@286: if config.etherpad then bsw@286: request.set_cookie{ bsw@286: path = config.etherpad.cookie_path, bsw@286: name = "sessionID", bsw@286: value = "invalid" bsw@286: } bsw@286: end bsw/jbe@0: end