applet problem
hi all,
i have an application in which i am using applet . in my applet i am sending a vector to my servlet.in the servlet iam storing it in session and using the vector as required in respective jsp pages.
now the problem is when i use http://localhost:8080/myproject in codebase attribute of jsp:plugin everything is working fine but i couldnot load the applet in client machine and if i use the ip address of the system instead of localhost i am able to load the applet in the client machine but when i send the request from applet to servlet my servlet creates a new session due to which anything stored in that session can not be retrieved in any other page.
if any body can provide a solution, i will very much thankfull to him .
thanks in advance

