> If i want to support multiple simultaneous sessions
> from multiple browser windows (but same browser) how
> would i be distinguishing between the logically
> separate user sessions?
>
> I mean what are the ways of handling this.
> eg: http sessions, URL rewriting, hidden tags, i know
> cookies dont work ? are there any better ways here
> agian

Is you mention you wouldn't use cookies since they are common for all
instances of the browser. What you do is you have to launch a new
browser process (not just "New window"). When you connect to the server
you will have a new (http/Java) session which you will handle just like
any other session.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to