Given req is an HttpServletRequest, which snippet creates a session if one doesn't exist?
req.getSession(false);
req.getSession(true);
both the above
none of the above