У меня такая проблема:
Есть
http://domain1.com/file.php
------------- cut ---------------
<? setcookie("TestCookie", "Test", time()+3600); ?>
------------- cut ---------------
и http://domain2.com/file.php
------------- cut ---------------
<html>
<head>
<script src='http://domain1.com/file.php'></script>
</head>
<body></body>
</html>
------------- cut ---------------
При запросе http://domain1.com/file.php из броузера в ответ получаю:
------------- cut ---------------
HTTP/1.1 200 OK
Date: Sun, 07 Sep 2003 12:36:35 GMT
Server: Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a mod_perl/1.27 PHP-CGI/0.1b
X-Powered-By: PHP/4.3.1
Set-Cookie: TestCookie=Test; expires=Mon, 06-Sep-2004 12:36:35 GMT
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
------------- cut ---------------
а если из http://domain2.com/file.php как javascript
------------- cut ---------------
HTTP/1.1 200 OK
Date: Sun, 07 Sep 2003 12:27:32 GMT
Server: Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a mod_perl/1.27 PHP-CGI/0.1b
X-Powered-By: PHP/4.3.1
Set-Cookie: TestCookie=Test; expires=Mon, 06-Sep-2004 12:27:32 GMT
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
------------- cut ---------------
Но, в первом случае кука ложить в C:\winnt\...\Cookies, а во втором - нет.
Почему так происходит ? Ведь у SpyLog'а получается :-(
Спасибо