Hi to all, I may solve one problem I exposed before on this list by forcing two windows of the same browser to have different sessions. The problem is that a browser has or not a valid session for a given url. In case it has, the request comes with a valid session. I may want to decide that this request must use another session, but that another request coming from another window of the same user (and same browser) must continue to use the current session. Hence I cannot invalidate it. Is there a way of disconnecting a request from its session without destroying it ? In an ideal scheme, I would like to cerate from scratch an new session, and attribute to the request, or invalidate the session for the request, and calling request.getSession (true) to get a new one. Is it reasonable to imagine such process ? Computers are like air conditioners - they stop working properly when you open Windows UNIX _IS_ user friendly. It's just selective about who its friends are. "If Bill Gates had a nickel for every time Windows crashes... Oh, wait! He does!" ______________________________________________ Sylvain Roche Responsable d�veloppement Add-Online www.add-online.fr 80 rue d'Alsace 69100 VILLEURBANNE France tel : +33 437431260 fax: +33 437431269 =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". 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
