I found the problem. I have passed SID using GET and then using session_id($_GET['sid']);, it works fine.
But it seems that I cannot use cookie at all. I tried to set cookie manually, setcookie();. Nothing happen, I cannot
retrive my variable using $_COOKIE['sid'];. Is there anyway to check cookie enabling? My web browser
seems to be ok since I can accept cookies from other site. I do wonder whether that it is because the server PHP
configuration.


Best Regards,
Thone

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to