WEB/HTML2014. 2. 7. 10:19

※ getSession() 과 getSession(false) 의 차이


getSession(false) 는 session이 없으면 NULL을 반환한다 

getSession(true) 는 session이 없으면 새로 생성해서 Session을 반환한다.

getSession() 은 getSession(true) 와 같다


Posted by idwook