You'd probably like to regularly clean your machine and remove all cookies set by Web sites you may have visited? Here is how:
Dir ([Environment]::GetFolderPath("Cookies")) | del -whatif
You will want to make sure you remove the -whatif to actually delete the cookie files.