Hostbill Login Session / Cookie

Started by Didit-Dwianto, May 25, 2014, 07:48:44 AM

Didit-Dwianto

Greetings everyone,

I am just wondering. What method does HostBill use to remember someone (admin) login?
Because everytime re-open admin page, I was automatically logged-in and when i check my browser cookies and server session (using another php file inside my server), i only can see this in my $_COOKIE :
   
    [wp-settings-1] => hidetb=1&editor=html&libraryContent=browse
    [wp-settings-time-1] => 1399605106
    [PHPSESSID] => 6m423bth8stob363taamtvn0h4
    [363af633d52e22470100d2cafa8cdb51] => h9adtnr798lq2q7sggit04bk70
    [SESSID8bda] => il4qdeig34gc0un7niofohf8g0
   


Notice that wordpress cookie can be displayed using simple print_r($_COOKIE);
And for $_SESSION value, i don't find any luck, $_SESSION is always empty and when i try to put something on the session like $_SESSION['something'] = 'somevalue'; (also using another external script), when I did print_r($_SESSION), only that session is displayed (Array [something] => somevalue).

Any thought?
Sorry for bothering =)
"Remember, today is the tomorrow you worried about yesterday." - Dale Carnegie