Re: [PHP-WIN] Slow response from Netscape

2001-02-08 Thread Lee Goddard
You may find that the problem is not cookies but your JS caching, or even HTML display: a table, for eg, will take a while to display whilst its contents are loaded - you may find setting sizes explicitly helps. lee Doug Brewer wrote: > > I am experiencing a long delay from Netscape (4.76, Win

Re: [PHP-WIN] Slow response from Netscape

2001-02-08 Thread Tom Mathews
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 situation