Page 1 of 1

joomla question

Posted: Wed Sep 02, 2009 4:16 am
by nga
uhm, i dont know if people answer joomla question here? I have this website developed using joomla and now, i want to add on this function to the website but only available to some registered user. Therefore, i want to extract username(or something similar from joomla cookie) and compare it with the database. I tried to use print_r($_COOKIE); but the returned value is Array ( [__utma] => 109650709.687611625828137300.1251799894.1251870446.1251881040.3 [__utmb] => 109650709.1.10.1251881040 [__utmz] => 109650709.1251799894.1.1.utmcsr=... which makes pretty much no sense to me.

Attempted to use firefox to show the cookie also but the values appears just as senseless

Can anyone give me any advices?