Which two methods are used for communicating session linkages between the client and the server? (Select
two.)

A.
Cookies
B.
LTPA Token
C.
Rest Services
D.
URL Rewriting
E.
HTTP Response codes
Explanation:
Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to
make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD) operations between
client and server. Applications interact with the services by using HTTP, POST, PUT, GET, and DELETE
operations.
https://www.ibm.com/support/knowledgecenter/en/SSZLC2_7.0.0/
com.ibm.commerce.webservices.doc/concepts/cwvrest.htm
A,D
4
0
A & D
https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.0/com.ibm.websphere.nd.multiplatform.doc/ae/uprs_rsession_manager.html
1
0