Re: Rearding session_key validation

2016-05-05 Thread Aymeric Augustin
Hello Samarjeet, “Can I do this?” and “How can I do this?” questions also go to django-users. May I kindly suggest writing to the django-users mailing list until someone tells you an issue you’re facing is likely a bug in Django that hasn’t been reported yet ? Then you can create a ticket on h

Rearding session_key validation

2016-05-04 Thread Samarjeet Singh
Right now what django is doing is :- 1. It checks the session id is correct or not by checking the user associated with the session id 2. If the session id is not present it send the user as anonomous and because of which it redirects one to the login page . 3. But my concern is that if i want t

Rearding session_key validation

2016-05-04 Thread Samarjeet Singh
Right now what django is doing is :- 1. It checks the session id is correct or not by checking the user associated with the session id 2. If the session id is not present it send the user as anonomous and because of which it redirects one to the login page . 3. But my concern is that if i want t