Regarding 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 users" group. To unsubs

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

Re: regarding Session ID and cookie validation

2016-05-03 Thread Samarjeet Singh
ow can i check > in my framework > Session id's are checked if they are present on the database. Why do you > want to check yourself? do you need to replace the validation? > > good luck > Avraham > > > On Wed, Apr 27, 2016 at 8:58 AM, Samarjeet Singh <samarje...@gmail.com &g

regarding Session ID and cookie validation

2016-04-27 Thread Samarjeet Singh
: if it is OFF or ON and in which circumstaces this should be ON. 9. Session IDs are fully validated before they may be used:how is session Id validated in django and the API used for it and how can i check in my framework. regards samarjeet singh -- You received this message because you

Regarding django session handling:- cookie and session ID

2016-04-27 Thread Samarjeet Singh
While doing CSDL compliance i need to know that does django framework give following feature and if it does which are the API for the same. 1. When cookies are used to carry authentication tokens or session IDs within a web application, and multiple such cookies are present, does django