Hello,

Right to the point:

Does anyone know how to avoid sending a Cookie-Header when I'm getting a
session (--> req.getSession(true);) (for use with URL-Rewriting)?
The problem is:
In my app, a legal person can act in different roles. Having two
browser-windows open, he should be able to be identified as role A in
window one and role B in window two. But the Cookies are not specific to
the browser window, and such is there the session-id.
I'm not keen on programming my own session-management.

Thanks in advance, thanks for all the info provided before,

Armin Groll

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to