Re: http session lost between struts action

2005-06-27 Thread angelina zh
session lost. Regards, Angelina Dakota Jack [EMAIL PROTECTED] wrote: There is nothing wrong. You don't have a new session in your browser. On 6/23/05, angelina zh wrote: Hi, Can anyone please help me on this session lost issue? Here is the problem I am getting: -- If I open a IE 6.0

Re: http session lost between struts action

2005-06-27 Thread angelina zh
David, Thanks a lot for your help. My browser accepts cookies. Actually I inspected the cookies as well as the session object when I was debugging. The cookies is a valid array with valid sessionId inside and the method isRequestedSessionIdFromCookie() returns true as long as the http

RE: http session lost between struts action

2005-06-27 Thread angelina zh
); will always create a new session Regards Guru -Original Message- From: angelina zh [mailto:[EMAIL PROTECTED] Sent: 27 June 2005 17:18 To: Tomcat Users List Subject: Re: http session lost between struts action David, Thanks a lot for your help. My browser accepts cookies

http session lost between struts action

2005-06-23 Thread angelina zh
Hi, Can anyone please help me on this session lost issue? Here is the problem I am getting: -- If I open a IE 6.0 browser and log into the web site we are developing, I get into a welcome page with a few of link options. In the login action class, we set some attributes into the session.

Re: http session lost between struts action

2005-06-23 Thread angelina zh
Michael, Thank you so much for your reply. The login page is a JSP page. In the JSP page, the login form's mothod is post and the action is a struts action. After login, we did some internal redircts for security checking and then take the user to the welcome page. The welcome page is