Explanation | This error occurs when a session request is received while the Application Server is stopping. |
Action | Restart the Application Server. |
Explanation | This error occurs when a session request is received while the Application Server is stopping. |
Action | Retart the Application Server. |
Explanation | The Session Security Integration feature has detected an attempt to access a session by an unauthorized user. |
Action | No user action is required. |
Explanation | The HttpSession.putValue or HttpSession.setAttribute method cannot be called with a null key. |
Action | Fix the servlet or JSP to pass a non-null key. |
Explanation | The HttpSession.putValue method cannot be called with a null value. |
Action | Fix the servlet or JSP to pass a non-null value. |
Explanation | The response is already committed to client so the session cookie cannot be sent to client. |
Action | Correct the application to access the HTTP session before writing anything to the response. |
Explanation | The value specified for the SessionIdentifierMaxLength property has been exceeded. |
Action | Only set this property if absolutely necessary. If this property is required, set it to the largest value that your installation can tolerate. If still experiencing this problem, it is likely due to repeated failovers. Investigate and fix the root cause of the failovers. |
Explanation | This message is for informational purposes only. |
Action | If global sessions is not desired, disable global sessions by setting the Servlet21SessionCompatibility property to false. |
Explanation | The time-based write feature is enabled with global sessions. Unless all Web modules that access the session are in the same server or cluster, session data integrity may be lost. |
Action | Disable the time-based write if Web modules that access global sessions are split across servers or clusters. |
Explanation | The memory-to-memory replication feature is enabled with global sessions. Unless all Web modules that access the session are in the same server or cluster, session data integrity may be lost. |
Action | Disable memory-to-memory replication if Web Modules that access global sessions are split across servers or clusters. |
Explanation | The specified Web module will not participate in global sessions because the Web container-level session management configuration has been overridden either at the enterprise application- or Web module-level. |
Action | If you want the Web module to participate in global sessions, disable the session management configuration that is specified at the enterprise application- or the Web module-level and restart the server. |
Explanation | A call to the request.getSession method returned a session other than the requested session. |
Action | If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ . |
Explanation | An application referenced a session other than the session associated with the request. |
Action | If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ . |
Explanation | A cookie or URL was returned to the client containing a session ID that is not associated with the request. |
Action | If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ . |
Explanation | Checks for session crossover are being initiated. |
Action | For better performance, you may choose to disable these checks by setting the Webcontainer custom property DebugSessionCrossover=false. |
Explanation | Session Manager will use the specified property and value to control behavior. |
Action | Verify that the specified property and value will result in the desired behavior. |
Explanation | Session Manager expected the specified property to contain a numeric value. The property will be ignored. |
Action | Correct the specified property value to make it a valid number. |
Explanation | Session Manager expected the specified property to have a value within a certain range. Session Manager will use the closest valid value. |
Action | Correct the specified property value to make it within the documented range. |
Explanation | Session Manager is using the java default SecureRandom implementation for session ID generation. |
Action | No action is required. |
Explanation | An existing session context is going to be shared for this application key. |
Action | No action is required. |
Explanation | A new session context will be created for this application key. |
Action | No action is required. |
Explanation | The custom property can only be set at the server level configuration. The property will be ignored. |
Action | Remove the custom property from the application/module level configuration. Change the server level configuration if applicable. |
Explanation | The custom property can only be set at the server level configuration. Since it is the same as the server level configuration property, it will be used. |
Action | No action is required. |
Explanation | The Id Generator generated an id that already exists. We will create another id. |
Action | No action is required. |
Explanation | A session with the same ID was created on a different server. |
Action | Verify session affinity is working. |
Explanation | The property CloneSeparator should be exactly one char and it cannot be space. |
Action | Modify the CloneSeparator custom property. |