sessionID moves to other PC

2008-02-25 Thread Sascha Monteiro
Hi, I am struggeling with securing my pages where private data needs to be read from a table. I am using JSP in Tomcat5.5.23 btw. (which is hosted at eatj.com) If I login on my page with 2 different userID's, from 2 different computers (but sharing a Internet connection..!!!) I will suddenly see

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

Re: sessionID moves to other PC

2008-02-26 Thread Sascha Monteiro
n 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" Sent: Tuesday, February 26, 2008 7:51 PM Subject: Re: sessionID m

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" Sent: Tuesday, February 26, 2008 11:28 PM Subject: Re: sessionID

Re: sessionID moves to other PC

2008-02-26 Thread Yuval Perlov
he session 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" Sent: Tuesday, February 26, 2008 7:51 PM Subject: Re:

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-28 Thread Sascha Monteiro
;Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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()); %&g

Re: sessionID moves to other PC

2008-02-28 Thread Yuval Perlov
be it's my wireless Cable Modem...maybe caching or so... I'll do some more debugging in the weekend.. ta - Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, February 27, 2008 3:44 AM Subject: