본문 바로가기

자바스토리

URL 에서 jsessionid 제거 방법

  톰켓 7 의 conf/web.xml에 다음 내역 추가

<session-config>

<tracking-mode>COOKIE</tracking-mode>

</session-config>