{% extends "base.html" %} {% load deployutils_prefixtags %} {% load deployutils_extratags %} {% block content %}
Welcome to the testsite for djaodjin-deployutils!
Sign-in to the site (login: donny, password: yoyo) and see how the HTTP cookie header is decoded into a session.
{{SESSION_ENGINE}}
{{request.session.session_key_content|wraplines}}
{{request.session.session_key_data|wraplines}}
{{request.session.local_data|wraplines}}
Clear the browser data to reset the session passed to the site.