Hi,

I have written a servlet and applet for login process. they communicate
with each other by URLConnection. I want to get a new page after
conversation. I have read so many archived mails of this mail list. I
orginaly wanted to use sendRedirect() after communication, since the
URLConnection is made in doPost method, I tried to sendRedirect in
doPost method. But it didn't work. And then I gave up and I tried to use
applet's showDocument() method. But in this case the following page (a
jsp) had a different session ID, so I could not get the objects which I
put into session in servlet.

I could not find any solution, what can I do?

Deniz...

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to