You can do both. You can turn on URL rewriting explicitly, despite the fact that your browser supports cookies. I personally think that URL rewriting is a bit messy, but others may think different. If it works for you, why not?
On 4/22/05, Dick Starr <[EMAIL PROTECTED]> wrote: > Although I could use URL-rewriting, I decided against it because I want > to users to be able to also have open browser windows accessing other > sites that may want to use cookies (e.g. UPS to check shipping of an > order). > > Thanks, > > Dick > > -----Original Message----- > From: K.C. Baltz [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 5:20 PM > To: Struts Users Mailing List > Subject: Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in > Firefox? > > Do you have the option of using URL-rewriting instead of cookies for > your session tracking? If you've used <c:url> or <html:link> etc for > all your addresses, you should be able to just switch it on. Then, each > > time a user hit a link that didn't have the jsessionid encoded, they'd > receive a new session when one was requested. > > K.C. > > Dick Starr wrote: > > >I am using Tomcat 5.0.18 and Firefox 1.0.3. A client opens several > >windows accessing the same web application. > > > >When using the IE 6 browser, Tomcat 5 creates one JSESSIONID cookie for > >each window. Every thing works fine. > > > >When using the Firefox browser, Tomcat 5 creates only one JSESSIONID > >cookie for all the client windows. My application stores data in the > >session context, and fails because each window is sharing the same > >session variables. > > > >I want to allow cookies in the browser, but can't find a way to make my > >application work with Firefox. I can upgrade Tomcat, if that would > solve > >the problem. > > > >Thanks in advance. > > > >Dick Starr > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]