{% if request.state.ephemeral_session %} {# COOKIE_SECURE=false: the owner key is memory-only, so the session dies with the browser window. Say it before work is lost. #}
{{ ico.i('key', 16) }}

This session lasts only while this browser stays open — your printers and configs are saved, but the link to them is lost when you close it. Download your backup key to keep them.

Download my backup key
{% endif %} {% if request.state.is_new_owner %}

Keep your printers?

Your printers, configs, and clients are private to this browser — drivers stay shared with everyone. Clear your cookies without a backup key and they are gone for good.

{% if request.state.ephemeral_session %}

This server runs without HTTPS, so this session is kept in memory only: closing the browser ends it. The backup key is the only way back in.

{% endif %}
Download backup key
{% endif %} {% block content %}{% endblock %}