{% extends 'pageWrapper.html' %} {% block head %} {% include 'header/stoneHeader.html' %}
Your old code was:
{{ old_id }}
The following code is your unique identifier, it binds your uploaded content, such as rooms and seeds to you. Treat it like a combined login name and password. You should save this securely if you ever need to restore access. You can also paste it into another device to access your content from multiple devices / browsers. Some browsers, such as Brave, will delete your identifier cookie on a timer.
{{ session["_id"] }}
The following link can be used to set the identifier. Do not share the code or link with others.
{{ url_for('set_session', _id=session['_id'], _external=True) }}