Hi folks,

As part of the zapatec platform we need to be able to tell if two
requests come from the same window, or they come from different windows.
For instance a developer might be building the application in one window
and testing it in a second one, and we want to be able to tell which
windows is which.

AFAIK A servlet has no good way to tell if two requests are done from
the same browser window or from two different windows, as long as both
windows are part of the same session. Looks to me like you need some
client side help, probably javascript, to do that. Looks to me like the
window name would be a good way to tell windows apart, but I'd be
interested in hearing how others folks handle this issue.

I'd appreciate any hints or URLs.

Thanks,

Dror


--
Dror Matalon
Zapatec Inc
1700 MLK Way
Berkeley, CA 94709
http://www.zapatec.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to