HI I am using DJango 1.10.5 and Django-allauth 0.31.0.
But I am trying to implement REMEMBER ME for login. So when I try to run this command
request = request.session.set_expiry(0)
It does not change the session cookie age.
But If I try to set value other than 0, it updates session cookie age.
Will you please update me about it?