[Java] java.lang.IllegalStateException: Cannot create a session after the response has been committed

2014. 4. 21. 16:01프로그래밍/Java

1. java.lang.IllegalStateException: Cannot create a session after the response has been committed

   위와 같은 Exception 이 발생하였을 경우


  1) sendRedirect  실행 후 다른작업을 하는 부분이 있는지 확인한다.

    예를들어 Request 를 한다는 등...