I'm not even sure how to describe what I'm trying to do since I don't know a whole lot about cookies, but here goes.
Is it possible to use PHP to collect a cookie (or cookie file) from the browser cache, save it into the database, then clear the cache and re-save it back to where it used to be?
What would be involved in implementing this? Reading from the browser cache? Do I need to give it a path to where the cookies are saved, or can it automatically get it through communicating with the browser directly? Can PHP handle that?