Django session timer countdown

4

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.

    
asked by anonymous 13.01.2015 / 21:49

0 answers