SESN0013E

SessionData.putValErr2=SESN0013E: Null value entered for key {0}. The HttpSession.putValue method was called from a servlet or JSP with a null value.

Explanation

The HttpSession.putValue method cannot be called with a null value.

User response

Fix the servlet or JSP to pass a non-null value.