Dear all,
I want to set a cookie after login sucessful, i use the following command:
setcookie("online",$true,time()+3600);
but i can't find the cookie file .
pls help
and, how can i get the value from cookie?
Toni