Hi all, I am using Expression Engine in part of a site I am developing and other parts are just using my own PHP. My question is how can I tell who the user is logged in as on a non-EE page? I have access to the EE cookies and the EE database but couldn't find a way to use these values to figure out who the user is. I have a list of all the cookie keys/values at: http://andrewgjohnson.com/cookies.html
+1
A:
the exp_uniqueid cookie value should match the unique_id field in the exp_members table.
Ty W
2009-08-17 12:55:35
oh my, don't know how I missed that :/ thanks!
Andrew G. Johnson
2009-09-17 17:51:34
no problem, glad it worked out :)
Ty W
2009-09-18 20:29:03