As per my earlier commments about seeing the privacy report this will answer all your questions regarding cookies.. also you can allways telnet to the host eg..
telnet {host} 80 get /{page.html} http/1.0 host: {yourdomain.com.au} {enter} {ctrl d} You should then see the header information as well that should include your cookie informaiton if not you have even a bigger problem. Timothy Hitchens (HiTCHO) [EMAIL PROTECTED] Chris Shiflett wrote: > John, > > Can you see if this works: > > header("Set-Cookie: foo=bar"); > > If not, then check the configuration for IE6. I seem to recall hearing > that cookies are disabled by default for sites that are not P3P > compliant? Or, perhaps that was for third-party cookies only. At any > rate, I seem to recall some significant change with IE6 in regards to > cookies, so maybe you're experiencing that. My example above will give > you the simplest test case for setting a cookie. > > Good luck, and happy hacking. > > Chris > > John Nichel wrote: > >> Hi guys and gals. I'm having a problem with setting a cookie on IE 6. >> I'm running RedHat 7, Apache 1.3.26 and php 4.2.3. The cookie sets >> fine in all other browsers (IE5, Netscape 4 and up, Opera, Mozilla, >> etc.) but on IE 6, not even my session cookie sets. I've tried all of >> these.... >> >> setcookie ( "$name", "$cookie_data", $date, "/", "by-tor_v70", 0 ); >> setcookie ( "$name", "$cookie_data", $date, "/", "by-tor_v70" ); >> setcookie ( "$name", "$cookie_data", $date, "/" ); >> setcookie ( "$name", "$cookie_data", $date ); >> setcookie ( "$name", "$cookie_data" ); >> >> I've also replaced $date with time() and time()+3600. >> $date is set to the standard set forth on Netscape's site. > > > > -- Timothy Hitchens (HiTCHO) Web Application Analyst and Developer e-mail: [EMAIL PROTECTED] mobile: 0419 521 440 ------------------------------------------------- HiTCHO Group - ABN: 85 816 540 110 Web Site: http://www.hitcho.com.au/ Snail Mail: PO Box 101 Arana Hills QLD 4054 Telephone: 07 3351 0951 - Facsimile: 07 3351 0952 IMPORTANT: This email may be the view of the individual and not that of the organisation. The contents of this electronic mail (including attachments) may be privileged and commercially confidential. Any unauthorised use of the contents is expressly prohibited. If you have received this document in error, please advise us by telephone immediately and then delete the document. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php