No session information in the client
When server session affinity is enabled, the plug-in will look for session information in each incoming request. If the plug-in fails to find any session information from the incoming client, the plug-in will assume that no session affinity is needed for this client. The plug-in will ignore session affinity and route this client using weighted round robin as shown in the trace in Example 9-9.
Example 9-9 Trace: No session information in the client
TRACE: ws_common: websphereHandleSessionAffinity: Checking for session affinityTRACE: ws_common: websphereHandleSessionAffinity: Checking the SSL session idTRACE: lib_htrequest: htrequestGetCookie: Looking for cookie: 'SSLJSESSION'TRACE: lib_htrequest: htrequestGetCookie: No cookie found for: 'SSLJSESSION'TRACE: ws_common: websphereParseSessionID: Parsing session id from '/snoop'TRACE: ws_common: websphereParseSessionID: Failed to parse session idTRACE: ws_common: websphereHandleSessionAffinity: Checking the app server session idTRACE: lib_htrequest: htrequestGetCookie: Looking for cookie: 'JSESSIONID'TRACE: lib_htrequest: htrequestGetCookie: No cookie found for: 'JSESSIONID'TRACE: ws_common: websphereParseSessionID: Parsing session id from '/snoop'TRACE: ws_common: websphereParseSessionID: Failed to parse session id
Prev | Home | Next WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.