Cookies without reload

Hi,

is there someway to return a value from a cookie without reload the page?

i made a little php system and using a user authentication which get type of access and name from user in a MySQL table. so, when the user enter on system the cookie was created, but in a first moment do not return the value on the page, need reload to work fine!

Ex:

Welcome, $cookie_name_value (the cookie was created, but do not show me the value, just if realod the page.)

thanks