Yep, but it may not be anything to do with the cookie - do you have any JavaScript floating around on the same page? Netscape 4.x caches all script that it finds before displaying the page (some people think its better this way - once the page is up there are no delays, but in commercial situations the user has usually buggered off by the time the page actually appears!). You should also check that you don't have any open tags floating around (like a <table> with no </table>, <select with no </select>.... as Netscapes behaviour is a bit erratic with this kind of thing - sometimes it thinks about it and then works, sometimes it thinks about it and then works badly, sometimes it thinks about it and then ignores the whole section! Tom Doug Brewer wrote: > I am experiencing a long delay from Netscape (4.76, Win) when setting > cookies. The user submits the form, and it takes 15-20 seconds for a > response. The browser states "host contacted, waiting for reply...." > > It works instantaneously with IE, and on a mac on both browsers. > Anyone else experience this? Netscape 6 seems to work OK too. > > Doug Brewer > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED]
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]