----- Original Message -----
From: "Li Bing" <[EMAIL PROTECTED]>

> I used getSession(true) to create a session in one servlet and put some
object
> into it. Then, the servlet invoked a servlet by outputing a URL in the
> browser.

I am assuming that both the servlets belong to same Context.
If your browser does not support cookies, try the method
HttpServletResponse.encodeURL() for the output URL.

Regds,
Gokul

>
> Thanks,
> Li Bing

___________________________________________________________________________
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