RE: session lost between JSP and Struts

2006-08-03 Thread Tejas Bavishi
Could you try to encode your link URL to struts using the encodeURL method of the http response object. The encodeURL method will encode the URL with session id if cookies are disabled. See if this works. Thanks Tejas -Original Message- From: Jin Chen [mailto:[EMAIL PROTECTED] Sent: Frid

Re: session lost between JSP and Struts

2006-08-03 Thread Danilo Marchiori
check the cookies permission on your browser.. and try in other browser, just to be shure. On 8/3/06, Jin Chen <[EMAIL PROTECTED]> wrote: I have a login.jsp page and it directs to welcome.jsp page. Inside welcome.jsp page, it has one link to call struts action and another link to call another j