1.

Why Using Cookie To Store Session Info Is A Better Idea Than Just Using Session Info In The Request ?

Answer»

SESSION info in the request can be intercepted and hence a vulnerability. Cookie can be read and write by RESPECTIVE DOMAIN only and make sure that right session INFORMATION is being passed by the client.

Session info in the request can be intercepted and hence a vulnerability. Cookie can be read and write by respective domain only and make sure that right session information is being passed by the client.



Discussion

No Comment Found