Hello.
There is a condition that two requests are executed from an iPhone to the application, and the same session must be maintained throughout the execution of these two requests.
The application resides within AWS.
AWS ALB offers a Sticky Session feature to maintain sessions; to use this feature, Sticky Session Cookies are utilized, and it seems that the iPhone must be able to set the cookie.
I would like to know if the iPhone can accept cookies for Sticky Sessions.
Has anyone experienced a similar situation before?