Click here to Skip to main content
15,887,444 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,
Flash cookies are similar to normal web cookie but we can't remove it easily.I have a requirement to delete the flash cookies ( local shared object ) using c# .
Posted

1 solution

There is not any way to delete cookies for sure. To make them invalid you may set the cookie value to something like 'deleted' and set it to expired too (remember customer can even keep expired cookies by browser declaration, so setting to expired not enough).
 
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