getSession() ou getSession(boolean)

na prática quando eu uso um ou outro? faz diferença?

HttpSession getSession()
Returns the current session associated with this request, or if the request does not have a session, creates one.
HttpSession getSession(boolean create)
Returns the current HttpSession associated with this request or, if necessary, creates a new session for the request.

a api é a luz no fim do túnel… :lol: