Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-25 Thread Ted Husted
On 4/22/05, Dick Starr <[EMAIL PROTECTED]> wrote: > I am new to both Struts and web applications and in fact am writing my > very first web application, so I may not understand how this all works. > In the app it's possible for more than one user to be on the same PC > (e.g. a user needs their supe

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-22 Thread Leon Rosenberg
egards Leon > > Thanks, > > Dick > > -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 4:49 PM > To: 'Struts Users Mailing List' > Subject: Re: Can you make Tomcat 5 create multiple JSESSIONID >

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-22 Thread Leon Rosenberg
egards Leon > > Thanks, > > Dick > > -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 4:49 PM > To: 'Struts Users Mailing List' > Subject: Re: Can you make Tomcat 5 create multiple JSESSIONID >

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-22 Thread Michael Jouravlev
-- > 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 &g

RE: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-22 Thread Dick Starr
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 or etc for all

RE: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-22 Thread Dick Starr
April 2005 23:42 > An: 'Struts Users Mailing List' > Betreff: RE: Can you make Tomcat 5 create multiple JSESSIONID > cookies in Firefox? > > Thanks for the responses. > > Currently I store the following in session: user name > (display it in my tiles header and

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Michael Jouravlev
This would work until they leave application, browse somewhere else, and then return back to original app by typing location directly in the address bar. This is why I do not like stateless: because they are stateless. On 4/21/05, K.C. Baltz <[EMAIL PROTECTED]> wrote: > Do you have the option of u

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread K.C. Baltz
Do you have the option of using URL-rewriting instead of cookies for your session tracking? If you've used or 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

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Leon Rosenberg
: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 2:26 PM > To: 'Struts Users Mailing List' > Subject: AW: Can you make Tomcat 5 create multiple JSESSIONID > cookies in Firefox? > > Just define multiple hosts. Cookies are stored per host; hos

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Leon Rosenberg
: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 2:26 PM > To: 'Struts Users Mailing List' > Subject: AW: Can you make Tomcat 5 create multiple JSESSIONID > cookies in Firefox? > > Just define multiple hosts. Cookies are stored per host; hos

RE: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Dick Starr
you store in the session? > -Ursprüngliche Nachricht- > Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. April 2005 19:24 > An: Struts Users Mailing List; [EMAIL PROTECTED] > Betreff: Re: Can you make Tomcat 5 create multiple JSESSIONID > cookies i

AW: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Leon Rosenberg
iche Nachricht- > Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. April 2005 19:24 > An: Struts Users Mailing List; [EMAIL PROTECTED] > Betreff: Re: Can you make Tomcat 5 create multiple JSESSIONID > cookies in Firefox? > > I guess you cannot

AW: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Leon Rosenberg
iche Nachricht- > Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. April 2005 19:24 > An: Struts Users Mailing List; [EMAIL PROTECTED] > Betreff: Re: Can you make Tomcat 5 create multiple JSESSIONID > cookies in Firefox? > > I guess you cannot

Re: Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Michael Jouravlev
I guess you cannot do this. I don't think that it is possible to start new Firefox window in separate process. And cookies are bound to the process. This is the implementation detail, but I guess all browser vendors bind cookies to the process. This is not Tomcat issue. Anyway, relying on session

Can you make Tomcat 5 create multiple JSESSIONID cookies in Firefox?

2005-04-21 Thread Dick Starr
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 f