Re: session ids cont...

2001-02-01 Thread Peter Alfors
I added the "noCookies" attribute and set it to "true". However, the two instances of Netscape 4.7 still show that they are using the same session. I.E. 5.0 does display different session ID still. see notes below... "Craig R. McClanahan" wrote: > Peter Alfors wrote: > > > "Kramer, Gary" wrote

Re: session ids cont...

2001-02-01 Thread Craig R. McClanahan
Peter Alfors wrote: > I added the "noCookies" attribute and set it to "true". However, the two > instances of Netscape 4.7 still show that they are using the same session. > I.E. 5.0 does display different session ID still. > > see notes below... > > "Craig R. McClanahan" wrote: > > > Peter Alfo

RE: session ids cont...

2001-02-01 Thread Kramer, Gary
Title: RE: session ids cont...   When I try Netscape4.7, it gives me different sessions IDs.  As I understand it, the session id is assigned by Tomcat (i.e. jsessionid=asdkfjl), not by the browsers.   If you disable cookie use in Tomcat and there is no jsessionid parameter in the URL, then

Re: session ids cont...

2001-02-01 Thread Craig R. McClanahan
Peter Alfors wrote: > "Kramer, Gary" wrote: > > > > > > > > > I had similiar problems. You need to turn off the use of Cookies on > > your server (in Tomcat this setting is in server.xml). When the user > > opens 2 browsers, they will always have different session ids in both > > IE and Netsca

Re: session ids cont...

2001-02-01 Thread Peter Alfors
n creating the new URL. > > Gary > > > -Original Message- > From: Peter Alfors > To: [EMAIL PROTECTED] > Sent: 2/1/01 2:28 PM > Subject: Re: session ids cont... > > > "Steven D. Wilkinson" wrote: > > > Peter, > > > I.E. 5.0 and 5.5

RE: session ids cont...

2001-02-01 Thread Kramer, Gary
Title: RE: session ids cont...   I had similiar problems.  You need to turn off the use of Cookies on your server (in Tomcat this setting is in server.xml).   When the user opens 2 browsers, they will always have different session ids in both IE and Netscape since the first URL they will use

Re: session ids cont...

2001-02-01 Thread Peter Alfors
"Steven D. Wilkinson" wrote: > Peter, > > I.E. 5.0 and 5.5 generate unique session ids for each simultaneous > > browser session. However, both Netscape 4.7 and Netscape 6 return the > > same Id. > > What do you mean by simultaneous browser sessions. If you create a new window > CTL+N in IE5

Re: session ids cont...

2001-02-01 Thread Maya Muchnik
It was posted as a Subject : "what starts session?", Date: Wed, 24 Jan 2001 16:07:49 -0800 (PST) and responses were followed. "Steven D. Wilkinson" wrote: > > > > In [EMAIL PROTECTED] this issue was discussed (why and when > > IE supports different sessionID, and Netscape - not). The main thin

Re: session ids cont...

2001-02-01 Thread Steven D. Wilkinson
Peter, > I.E. 5.0 and 5.5 generate unique session ids for each simultaneous > browser session. However, both Netscape 4.7 and Netscape 6 return the > same Id. What do you mean by simultaneous browser sessions. If you create a new window CTL+N in IE5.0 you get the same id. (Is this simultaneous?

Re: session ids cont...

2001-02-01 Thread Jannik Nørgaard Steen
I have just tested our web application prototype on Netscape 4.7 and there are no problems with URL-rewriting and jessionid's. The servlet container (Resin 1.1.5) picks the right sessions for the right clients. We use a mix of hardcoded with dynamic jsessionid insertion, Struts and Javascript ge

Re: session ids cont...

2001-02-01 Thread Steven D. Wilkinson
> > In [EMAIL PROTECTED] this issue was discussed (why and when > IE supports different sessionID, and Netscape - not). The main thing is, > Netscape is reading any cookies from one file, IE - from different files. Do you have a reference to said article? If not how about the subject and date?

Re: session ids cont...

2001-02-01 Thread Maya Muchnik
In [EMAIL PROTECTED] this issue was discussed (why and when IE supports different sessionID, and Netscape - not). The main thing is, Netscape is reading any cookies from one file, IE - from different files. Peter Alfors wrote: > I.E. 5.0 and 5.5 generate unique session ids for each simultaneous