Re: problem with applet to j2ee session handling

2004-02-03 Thread Adrian Sutton
Hi Kamal, > 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

problem with applet to j2ee session handling

2004-02-03 Thread Kamal El Bedraoui
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 connect