I want to add a logout href in my admin.html like:
<a href="/panel/">Log out</a>
What can I do to destroy the session when a user is redirected to /panel/ by clicking that 'Log out' link? What are the session variables to use in template files?
thank you