{% if message %}
{% if message_type == 'WARNING' %}
{% elif message_type == 'SUCCESS' %}
{% else %}
{% endif %}
{% endblock %}
{% endif %}
{% endif %}
{% block content %}
{% if not refresh and not seed and not show_plot and not network_plot %}
New session
Configure and start a session. A session is composed of one or several global rounds. Each round in the same session share the same round configuration. Any model updates queued up at combiners are dropped at the beginning of a new session. Stragglers are allowed to update late in the same session.