HANCO

JSP에서 세션에 대한 내용을 정리 해보겠다. JSP 앱에서 ToDo List를 통해 세션에 대해 알아보자. JSP Session Method isNew() : boolean getId() : string invalidate() : void setMaxInactiveInterval(long mills) : void // this can set session expired time If you execute JSP app, Java App Server has their own session object Each user has their own session ID Tomcat Server와 browser에서 자동적으로 session ID generation, passing a session ID back ..
카테고리 없음
2019. 9. 14. 07:12