cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to correctly share all the session cookies through web views

m_borrelli
Explorer
0 Likes
249

In our mobile application (developed in React Native) there is a SSO flow mobile to web view which is correctly working today. At the end of the flow, the web view has all the session cookies received from SAP (like the glt_API_KEY...).

Due to a future integration, the app should open a second web view for the same web site as above, but the session cookies are not shared. To have better performance and UX, we are trying to share directly all the session cookies to this new instance of the web view in order to avoid a second SSO and lead the user to a specific page of the web site"s private area.

Actually, they"re trying by passing all the cookies under the SAP's CNAME domain by specifying the name, the value and the domain.

Is it the correct way? Does anyone have any suggestions?

Thank you really much!

Accepted Solutions (0)

Answers (0)