Re: Django SET EXPIRY TO 0 is not expiring it to browser close expiry

2017-11-02 Thread Tim Graham
Hi, It sounds like you're asking for help debugging your project. Please use the django-users mailing list for that. This mailing list is for the development of Django itself. I'd guess you'll be more likely to get help if you include a sample project that reproduces the problem. On Thursday,

Django SET EXPIRY TO 0 is not expiring it to browser close expiry

2017-11-02 Thread Umar Asghar
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