I've run into an weird problem. I'm trying to maintain a session
between a client applet and a server servlet. I've tested 3 situations
and 2 work:

1. GET request from net. nav. 4.6 HTML to servlet
2. GET request from applet running in IE5 to servlet
3. GET request from applet running in net. nav 4.6 to servlet

in cases 1 and 2, the servlet maintains 1 session ID for
all requests from the client. In case 3, a new session ID is
created for EACH request from the client.

Here are the exciting questions...
1. Is this a bug in net. nav. or is IE cheating by passing an
ID back and forth without my knowledge.
2. How is IE passing this ID back and forth when I'm creating the
URL in the applet with the new URL() constructor--how does the
browser change my request?
begin:vcard
n:Singh;Raj
tel;cell:617.834.4449
tel;fax:617.661.7135
tel;work:617.661.7134
x-mozilla-html:FALSE
org:Syncline, Inc.
adr:;;727 Massachusetts Avenue;Cambridge;MA;02139;USA
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Raj Singh
end:vcard

Reply via email to