1
Hello,
I've got this table named xoops_sessions:
sess_id
0b862c97b21d0a8e725eb253e0d31407
sess_updated
1124888419
sess_ip
127.0.0.1
sess_data:
xoopsUserId|s:1:"1";xoopsUserGroups|a:2:{i:0;s:1:"1";i:1;s:1:"2";}xoopsU
I'm trying to get an userID from the sess_data column by using the unserialize() function but this doesn't work. Does anyone know how I can get an ID from this column? Wich PHP function do I have to use? I am using XOOPS 2.0.13.1
Thanks,
Bowromir