Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi.

I am creating a http request in javascript which has a session cookie.
I want to hide this cookie from web debugging tool like fiddler or any sniffing tool, How to achieve this ?

Thanks
Posted

1 solution

You can't hide things from these sniffing tools. If the text is sensitive you would need to encrypt it, but if it's a session id or similar then there isn't a lot you can do to protect it. That's why session hijacking is possible.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900