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

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,

Re: Django bugfix release: 1.11.7

2017-11-02 Thread James Schneider
Tim, Is there supposed to be a tag on the GitHub repo for 1.11.7? Thanks. -James On Wednesday, November 1, 2017 at 8:01:06 PM UTC-7, Tim Graham wrote: > > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2017/nov/01/bugfix-release/ > -- You receive

Re: Django bugfix release: 1.11.7

2017-11-02 Thread Tim Graham
Thanks, I forgot to push the tag. It's there now. On Thursday, November 2, 2017 at 6:14:48 PM UTC-4, James Schneider wrote: > > Tim, > > Is there supposed to be a tag on the GitHub repo for 1.11.7? Thanks. > > -James > > On Wednesday, November 1, 2017 at 8:01:06 PM UTC-7, Tim Graham wrote: >> >> D