Bill.D
Active member
Hey all,
Does anyone know what Xenforo uses for the key name that holds the Session value in memcache? And then to continue along that, how would you then get the user ID?
For the more technical aspect, here is what I am trying to do:
Use:
To get the session ID and then,
based off of the session ID.
Thanks,
-Bill
Does anyone know what Xenforo uses for the key name that holds the Session value in memcache? And then to continue along that, how would you then get the user ID?
For the more technical aspect, here is what I am trying to do:
Use:
PHP:
$_COOKIE['xf_session']
PHP:
$memcache_obj->get("xf_user_id");
Thanks,
-Bill
Last edited: