Re: sessionID moves to other PC

2008-02-28 Thread Sascha Monteiro
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, February 27, 2008 3:44 AM Subject: Re: sessionID moves to other PC -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sascha, Sascha Monteiro wrote: | I now put % out.println(session.getId()); % in the page.. | I see my

Re: sessionID moves to other PC

2008-02-28 Thread Yuval Perlov
.. ta - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, February 27, 2008 3:44 AM Subject: Re: sessionID moves to other PC -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sascha, Sascha Monteiro wrote: | I now

Re: sessionID moves to other PC

2008-02-26 Thread Sascha Monteiro
should be unique to the user...and I don't refer to a sessionID anywhere.. ta Sascha - Original Message - From: Yuval Perlov [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, February 26, 2008 7:51 PM Subject: Re: sessionID moves to other PC Make sure

Re: sessionID moves to other PC

2008-02-26 Thread Sascha Monteiro
I accessed from a new pc, which never accessed the page... I'll do the System.out too ta Sascha - Original Message - From: Yuval Perlov [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, February 26, 2008 11:28 PM Subject: Re: sessionID moves to other PC

Re: sessionID moves to other PC

2008-02-26 Thread Yuval Perlov
and the sessionID should be unique to the user...and I don't refer to a sessionID anywhere.. ta Sascha - Original Message - From: Yuval Perlov [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, February 26, 2008 7:51 PM Subject: Re: sessionID moves to other PC

Re: sessionID moves to other PC

2008-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sascha, Sascha Monteiro wrote: | I now put % out.println(session.getId()); % in the page.. | I see my sessionID, but then navigate to another page and then see the | sessionID of the other user! | then I press reload in my browser, and I get my own

Re: sessionID moves to other PC

2008-02-25 Thread Yuval Perlov
Make sure cookies are enabled. If they are: There are two options (1) that it is indeed the same session and that there is a huge Tomcat bug (2) that these are two separate sessions but that you are somehow mixing the data - local bug. To determine which is it, you could do a toString() on