[EMAIL PROTECTED] wrote:
HttpSession Session=request.getSession(true);The "true" means create a new session.
For which J2EE versions is that correct? In my 1.3 JavaDocs it says:"Returns the current |HttpSession| associated with this request or, if if there is no current session and |create| is true, returns a new session."
Dave