In order to retrieve specific cookie value, we just need to get string that is after “; {name}=” and before next “;”.
Cookies
ID Tracker
Save a visitor’s referral ID in a cookie ID on their computer. Then, you can you can access that ID cookie from the rest of your site. Useful to help you pay affiliate commissions or track Web site referrals.
Address Book 2
Saves an address book database as a cookie on the user’s computer. In addition, the underlying code could be very beneficial for use in other projects.
Remove Ads
Catches all clicks on ads and writes a cookie on the visitor’s computer. Until the cookie expires, no ads are shown. Cool!