Topic: How is cookie read?
Hello, I'm making additions to my copy of PunBB, and I wanted to know how the read the cookie that is set. I've read the code in the functions.php file numerous times, but I can't figure out how the cookie is actually read. I know that the "userid" is set in the cookie, but how would I go about extracting that value?
Thank you.