RE: 回覆: RE: Session without cookies

2006-04-24 Thread Wang, Hansen
onday, April 24, 2006 3:22 AM To: Struts Users Mailing List Subject: 回覆: RE: Session without cookies Hi, The test is done within the same tab in firefox. Thanks. Michael --- abdurrahman sahin <[EMAIL PROTECTED]> �f: > are you sure that u did not start a new browser process each time.? >

回覆: 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: Session without cookies

2006-04-24 Thread abdurrahman sahin
] Sent: Monday, April 24, 2006 12:18 PM To: user@struts.apache.org Subject: Session without cookies 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

Re: 回覆: RE: Session without cookies

2006-04-24 Thread Leon Rosenberg
On 4/24/06, Chan Michael <[EMAIL PROTECTED]> wrote: > Hi Chandra, > > Thanks for your prompt reply. > > I have checked many many times and I have 100% sure > there is no > > Request.getSession(true); Request.getSession(true); and Request.getSession(); are 100% identical. regards Leon > > in all

RE: RE: Session without cookies

2006-04-24 Thread Chan Michael
> IllegalStateException is thrown. > > > > Parameters: > > true - to create a new session for > this > > request if necessary; false to return null if > > there*s no current session Returns: the > HttpSession > > associated with this request or null if create is > > false and the request has no valid session &

回覆: RE: Session without cookies

2006-04-24 Thread Chan Michael
l Message----- > From: Chan Michael > [mailto:[EMAIL PROTECTED] > Sent: Monday, April 24, 2006 2:48 PM > To: user@struts.apache.org > Subject: Session without cookies > > Hi All, > > I have been searching for hours and still cannot > find any useful info. Hope you can

RE: Session without cookies

2006-04-24 Thread Chandra.Ravinithala
@struts.apache.org Subject: Session without cookies 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

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.