{% extends 'settings/advanced/master.twig' %} {% set mode = 'Sessions' %} {% block description %}

Session keys are a way of identifying yourself with the system without keeping your password in memory.

If someone finds one of your session keys they could possibly compromise your account, if you see any sessions here that shouldn't be here hit the Kill button to kill the selected session.

If you get logged out after clicking one you've most likely killed your current session, to make it easier to avoid this from happening your current session is highlighted.

{% endblock %} {% block settingsContent %} {% for elem in ['thead', 'tfoot'] %} <{{ elem }}> {% endfor %} {% for usession in sessions %} {% endfor %}
IP Useragent Country Login time
{{ usession.ip }} {{ usession.agent }} {{ usession.country }} {{ usession.country(true) }}
{% endblock %}