----- Original Message -----
From: "Deepak Raina" <[EMAIL PROTECTED]>
> > I'm working on a website where some pages are to be kept in https
>> and some on http.But when we transfer from https to http,
>> session is not transferred in Netscape.It's working fine in IE.
I believe that this is a question for [EMAIL PROTECTED]
but since I am not 100% sure, here is what I have know:
Netscape 4.x has a bug so cookies will only be transfered if you use
standard ports (80 and 443)
http://host/foo
https://host/foo
will work just fine, but
http://host:8080/foo
https://host/foo
will not work.
Some people claims that even
http://host:80/foo
https://host/foo
will not work, because the port number is included in the URL.
Let me know if this is correct.
Casper Gjerris