upgrade from 1.4 to 1.8

106 views
Skip to first unread message

Samarjeet Singh

unread,
May 3, 2016, 6:06:44 AM5/3/16
to Django developers (Contributions to Django itself)
The problem i am facing is :
1.login to the app every thing is fine
2.logout
3.login back again (then if i click on any tab it redirects me to the login page back again )

any idea what can be the problem ???
PS:one more thing previously when the user does a login the number of key was same in the session table(the session key was modified) but now in 1.8 the number of session key entry increases by two or more.

Florian Apolloner

unread,
May 3, 2016, 8:49:57 AM5/3/16
to Django developers (Contributions to Django itself)
Hi,

this mailing list is about the development of Django itself. Please direct usage questions to the django-users mailing list.

Cheers,
Florian

Samarjeet Singh

unread,
May 4, 2016, 7:29:51 AM5/4/16
to Django developers (Contributions to Django itself)
i think this is a development issue because of request.session.flush if i logout all the session detail is deleted and not modified because of which next time when we login there is a session conflict so i dont know if it ths problem is with everyone or only  i am facing it .
Please help!!

Samarjeet Singh

unread,
May 4, 2016, 7:29:52 AM5/4/16
to Django developers (Contributions to Django itself)
the problem is on the flush function of django 1.8 and because of which the session is deleted instead of modifying and then a new session is created at logout and which gets conflicted with the new user session so that is why i am not able to log in .so is this problem with me only or others also

Tim Graham

unread,
May 4, 2016, 11:24:25 AM5/4/16
to Django developers (Contributions to Django itself)
I don't recall any similar reports. Anyway, "is it a bug?" questions go to django-users. You'll need to include steps to reproduce the issue in order to get help.

Samarjeet Singh

unread,
May 5, 2016, 2:11:28 AM5/5/16
to Django developers (Contributions to Django itself)
hi
 what i can understand now is while you are running your application on a browser based VPN the problem is the browser accumulates a session id after you logout first time because of session id and when you login back again there is a session conflict and the user is automaticlly logged out!!
Reply all
Reply to author
Forward
0 new messages