@Controller
@SessionAttributes("event")

모델 정보를 HTTP 세션에 저장 해주는 애노테이션

SessionStatus를 사용해서 세션 처리 완료를 알려줄 수 있다.