RE: newbie session problem

2003-10-28 Thread geraldine
Geeta! -Original Message- From: Mahesh Joshi [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:48 AM To: 'Struts Users Mailing List' Subject: RE: newbie session problem Hi Geraldine, What application server are you using? I had a similar problem on Tomcat 4.1.24. I put in a s

RE: newbie session problem

2003-10-28 Thread Mahesh Joshi
Hi Geraldine, What application server are you using? I had a similar problem on Tomcat 4.1.24. I put in a simple filter to print out session information to debug the issue. Upgrading to 4.1.27 fixed the problem. Thanks! Mahesh -- Mahesh Joshi W- 408-54

Re: newbie session problem

2003-10-28 Thread Geeta Ramani
ober 27, 2003 9:35 PM > To: Struts Users Mailing List > Subject: Re: newbie session problem > > Hi! this doesn't explain why a new session is created, but in the link > in your original jsp do not link directly to the second jsp: it's a bad > practice anyway since it

RE: newbie session problem

2003-10-27 Thread geraldine
l? Regards, Geraldine -Original Message- From: Geeta Ramani [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 9:35 PM To: Struts Users Mailing List Subject: Re: newbie session problem Hi! this doesn't explain why a new session is created, but in the link in your original jsp do not l

Re: newbie session problem

2003-10-27 Thread Geeta Ramani
Hi! this doesn't explain why a new session is created, but in the link in your original jsp do not link directly to the second jsp: it's a bad practice anyway since it breaks MVC. Instead use something like this: Jsp 2 In your struts-config.xml, add this action mapping: My guess is you sho