Re: regarding Session ID and cookie validation

2016-05-03 Thread Samarjeet Singh
thanks for the reply what my main concern is that does django logs every bad cookie (if the cookie is not correct does it logs this ( no it does not i think) but what does it do except not letting the user to enter does it raise any exception ) On Sunday, May 1, 2016 at 7:34:55 PM UTC+5:30, A

Re: regarding Session ID and cookie validation

2016-05-01 Thread Avraham Serour
> 1. When cookies are used to carry authentication tokens or session IDs within a web application, and multiple such cookies are present, the django verify all such cookies before granting access to the user session. What kind of verification do you expect here? if the submited session id is a vali

regarding Session ID and cookie validation

2016-04-27 Thread Samarjeet Singh
Hi All, Your input is very much valuable ,kindly help me out regarding this. I need to have a CSDL compliance for following for a project using django framwork :- But my main concern here is how does django framework validates the session id and cookie and is it defalut in all the frameworks.I