Which two methods are used for communicating session linkages between the client and the server? (Choose two.)
Which two methods are used for communicating session linkages between the client and the server? (Choose two.)
Cookies and URL rewriting are two methods commonly used for communicating session linkages between the client and the server. Cookies store session data on the client side, which can be sent back to the server with each request. URL rewriting involves adding session information directly to the URLs used in client-server communication, allowing the server to maintain session state without relying on client-side storage. These methods effectively manage session states and linkages, ensuring consistency throughout the interaction.
Correct Answers are : A and D https://www.ibm.com/docs/en/was-nd/9.0.5?topic=level-session-management-settings
The correct are A cookies an B URL Rewriting