SyntaxFix
Write A Post
Hire A Developer
Questions
request.getSession() is just a convenience method. It does exactly the same as request.getSession(true).
request.getSession()
request.getSession(true)