Hi,

I'm searching the way in php to check if an user/sessions is already logged on sugarCRM (same computer...). And how get it back on php ?

I know, who was the last connected user with $_COOKIE['ck_login_id_20'] ( ck_login_id_20 from cookies.txt) , but I don't know if he's still connected.

Any ideas ?

Thanks in advance...

MMV.