Does anyone know in which $_SESSION - variable I can find the userid? (uid)
thanks
I don't know about $_SESSION, but uid can be found the user object.
global $user; $user->uid;
Comments
$user object
I don't know about $_SESSION, but uid can be found the user object.