Hi, Connecting an applet to a servlet via an http connection works fine if i use the java.net package using getCodeBase().openConnection(). I dont need to specify anywhere the session id (which i dont know how to get).
But if i do the same via a GetMethod of httpclient, it doesnt work, my connection is redirected to the login page. I guess that I need to get the j2ee session id somewhere and give it (as a header ?) to the http method before execution... Does anyone have an idea about how it should go ? Kamal El Bedraoui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]