pro_jsp thread: sessions
I am using examples from Chapter 5 of Pro JSP. If users login from different machines they obviously get different session ids. But if two users login from same machine they get same sessionid and if one user logs out the other user's session id is also invalidated. How can these two users get different session ids. Thanks.
|





