I have this in my login screen: SESSION_COOKIE_AGE = 1200 # 20 minutos
and would like to show the remaining time in my template.
Does anyone know a good middleware or package for Django that adds a missing timer to logout. I did not find anything integrated with Django, just solutions in JavaScript.