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

link|improve this question

50% accept rate
feedback

1 Answer

up vote 2 down vote accepted

the exp_uniqueid cookie value should match the unique_id field in the exp_members table.

link|improve this answer
oh my, don't know how I missed that :/ thanks! – Andrew G. Johnson Sep 17 '09 at 17:51
no problem, glad it worked out :) – Ty W Sep 18 '09 at 20:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.