Re: How to identify the different instance of the same browser?

2000-11-29 Thread Micha³ Trojanowski
Hi! Thanks for all, who answered my question. Mark - sorry, that I missed your earlier letter - your servlet is a very interesting piece of code. Thanks and regards! Michal === To unsubscribe: mailto [EMAIL PROTECTED] with b

Re: How to identify the different instance of the same browser?

2000-11-29 Thread Mark Wutka
Someone mentioned this same problem earlier this year. I posted a small servlet that lets you do "sub-sessions" for a browser. It's a hack, but the idea is that you embed a session ID in the path and have a servlet filter the ID back out of the path and store it in the request. Here's a link to t

Re: How to identify the different instance of the same browser?

2000-11-29 Thread Thang Nguyen
be there is a possibility just to block the opening of a new instance in the same browser. - Original Message - From: Robuschi (Delfi) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 29, 2000 11:18 AM Subject: Re: [JSP-INTEREST] How to identify the different ins

Re: Odp: Re: [JSP-INTEREST] How to identify the different instance of the same browser?

2000-11-29 Thread Robuschi (Delfi)
- Original Message - > Hi! > I'm not sure if I understood you correctly about that counter, but the > problem is that ... > sequential type, it matters for me which response was sent to which of > instances. I don't have an exact idea of how to do that. You can try to get some ses

Odp: Re: [JSP-INTEREST] How to identify the different instance of the same browser?

2000-11-29 Thread Micha³ Trojanowski
stance in the same browser. - Original Message - From: Robuschi (Delfi) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 29, 2000 11:18 AM Subject: Re: [JSP-INTEREST] How to identify the different instance of the same browser? > Hello > > If yo

Re: How to identify the different instance of the same browser?

2000-11-29 Thread Robuschi (Delfi)
Hello If you have a common starting page, you could store the session ID in a bean and then the bean should give back a counter of that session... This could be a starting idea Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax 0521/9

Re: How to identify the different instance of the same browser?

2000-11-29 Thread Thang Nguyen
EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 1:04 AM To: [EMAIL PROTECTED] Subject: Odp: [JSP-INTEREST] How to identify the different instance of the same browser? Hi. As far as I see, there were no responses to this question. But the problem is very important to me either, so if anyone ha

Odp: [JSP-INTEREST] How to identify the different instance of the same browser?

2000-11-28 Thread Micha³ Trojanowski
lt;[EMAIL PROTECTED]> Sent: Thursday, November 23, 2000 6:35 AM Subject: [JSP-INTEREST] How to identify the different instance of the same browser? > Hi all, > > When the user invokes the first instance of the browser, a session id is > created. > Even if the user creates multiple inst

How to identify the different instance of the same browser?

2000-11-23 Thread Rathna
Hi all, When the user invokes the first instance of the browser, a session id is created. Even if the user creates multiple instances of the browser window, the session id remains the same. Hence, we are unable to identify the browser window that sends a request. We need to figure out a way to id