Rearding session_key validation

2016-05-05 Thread Samarjeet Singh
to log this event in the audit log of my application using django to get the false session id request.Is it possible to write a middleware for this?? regards samarjeet singh -- You received this message because you are subscribed to the Google Groups "Django developers (Contribu

Rearding session_key validation

2016-05-05 Thread Samarjeet Singh
to log this event in the audit log of my application using django to get the false session id request.Is it possible to write a middleware for this?? regards samarjeet singh -- You received this message because you are subscribed to the Google Groups "Django developers (Contribu

Re: upgrade from 1.4 to 1.8

2016-05-05 Thread Samarjeet Singh
4, 2016 at 7:29:52 AM UTC-4, Samarjeet Singh wrote: >> >> 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 se

Re: upgrade from 1.4 to 1.8

2016-05-04 Thread Samarjeet Singh
!! On Tuesday, May 3, 2016 at 3:36:44 PM UTC+5:30, Samarjeet Singh wrote: > > 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

Re: upgrade from 1.4 to 1.8

2016-05-04 Thread Samarjeet Singh
also On Tuesday, May 3, 2016 at 6:19:57 PM UTC+5:30, Florian Apolloner wrote: > > Hi, > > this mailing list is about the development of Django itself. Please direct > usage questions to the django-users mailing list. > > Cheers, > Florian > > On Tuesday, May 3, 2016 a

upgrade from 1.4 to 1.8

2016-05-03 Thread Samarjeet Singh
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