본문 바로가기
IBM - old/WAS 문제&해결

외부 모듈(예: exe 파일) 연동해서 WAS 의 session 을 사용하는데 JSessionID 의 invalid length 오류와 함께 session 이 유지되지 않음

by freeman98 2016. 5. 30.

1. WAS 버전 : WAS v7.0 이상


2. OS : All


3. Error 발생 시점 : 외부 모듈(예: exe 파일) 연동해서 WAS 의 session 을 사용하는데 JSessionID 의 invalid length 오류와 함께 session 이 유지되지 않음


4. Error message :

Detected JSESSIONID with invalid length; expected length of 23, found 28, setting: BC6E9506D7F8473E36284BEAF43F to null.


5. 예상 이유 :  WAS 에서 생성된 JSessionID 를 사용하지 않고 client 에서 자체적으로 JSessionID 를 생성해서 사용할 경우


6. 조치 방안 : client 에서 JSessionID 를 생성하지 못하게 하거나 WAS 에서 Session persistent 를 위해서 JSessionID 가 아니라 다른 이름을 사용하도록 cookie 설정 변경


7. 참고 자료  

JSESSIONIDs that do not match an expected length are ignored and warning messages are logged.
http://www-01.ibm.com/support/docview.wss?uid=swg21671600

댓글