RE: session lost between JSP and Struts

2006-08-03 Thread Tejas Bavishi
: Friday, August 04, 2006 3:19 AM To: struts-user@jakarta.apache.org Subject: session lost between JSP and Struts 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 jsp. All jsp and struts are

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

session lost between JSP and Struts

2006-08-03 Thread Jin Chen
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 jsp. All jsp and struts are running within the same browser. However, I debug and find struts one always creates a new session, because I prin