I don't think so. When you open a new browser via File->New->Window, It inherits all the sessiondata (cookie), so there is no way for Tomcat to tell a difference between the 2 clients.
However when you open a brand new browser on the same client, it should create a new session coz the session cookie is bound to the browser, not systemwide -- MfG Bj�rn Andersen _____________________________ Webservices > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 9. M�rz 2004 11:22 > An: Tomcat Users List > Betreff: Problem with session persistence > > Greetings > > I'm having a problem with session persistence in a web App. > > Problem beeing some variables are saved on the Session, and > we would like to make it so that any conection to a specific > jsp would create a new session. However, since the new > browser windows run on the same PID on the client, they > simply re-use the one the other window is using, causing a mess. > > Is there any way i can go around this feature? > TIA > S�rgio > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
