http://qs321.pair.com?node_id=11114935


in reply to Re^2: Grab username from WP Cookie
in thread Grab username from WP Cookie

You have to use the cookie as a search key to look up the session information wherever WordPress stores it. You need the cookie, but the cookie is an opaque token rather something you meaningfully read to extract information.

Are you asking how to get the cookie in the first place? Is this system on the same domain, such that the user's browser will send the WordPress cookie?