Reload ResourceBundle

2006-08-29 Thread Chan Michael
Hi, I am working on a web app using Struts 1.2.4 (+ Spring 1.2.6 + Tomcat 5.5.9). The app has two versions - English and Traditional Chinese. I use ResourceBundle + tag to achieve this. Properties file == WEB-INF/classes/message.properties WEB-INF/classe

回覆: RE: Session without cookies

2006-04-24 Thread Chan Michael
window > within a browser window are > different things. > > http://asahin.net > > > -Original Message- > From: Chan Michael > [mailto:[EMAIL PROTECTED] > Sent: Monday, April 24, 2006 12:18 PM > To: user@struts.apache.org > Subject: Session without

RE: RE: Session without cookies

2006-04-24 Thread Chan Michael
ies, then a session > would be new on each request. > > May be its worth checking your server session > management. > > Chandra --- Chan Michael <[EMAIL PROTECTED]> 說: > Hi Chandra, > > Thanks for your prompt reply. > > I have checked many many times and I h

回覆: RE: Session without cookies

2006-04-24 Thread Chan Michael
ociated with this request or null if create is > false and the request has no valid session > See Also: getSession() > ****** > > Chandra > -Origina

Session without cookies

2006-04-24 Thread Chan Michael
Hi All, I have been searching for hours and still cannot find any useful info. Hope you can help. I am building a Struts app. (Struts 1.2.4 + Tomcat 5.5 + Apache 2.0.55 + Spring 1.2.6) and want to use session without enabling cookies. I use to create links so ;jsessionid is appended to the end.