----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Anil BR wrote:

> This is working pretty well with Internet Explorer 4.0. But with Netscape
> communicator 4.5 it is not working.
> The same application I tried with Java web server and Netscape communicator
> 4.5,it's working pretty well.

I have found that Netscape treats this four URLs:

http://machine/
http://machine:80/
http://machine.domain.com/
http://machine.domain.com:80/

as 4 different servers, so cookies set in one URL are
not sent to the others. This can be very confusing,
so make sure that you access the webserver at only one
of these URLS.

Makub


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to