function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Admin Telnext 27Admin Telnext 27 

Issue with session storage

Inside Salesforce we have made an integration with a SAP Fiori application from a simple quick action which actually open an external link.
Inside the desktop environment (using Chrome or Firefox), the salesman can make his order without any issue but, when he tries to make an order using the mobile application and he adds a product to the cart, the external application is unable to maitain products inside the cart (everytime it resets).

  1. Add a product to the cart:User-added image
  2. Going back to the cart it has 0 products:User-added image

There can be an issue related to session management inside the Salesforce mobile application for the external applications opened inside the app web view? 
VinayVinay (Salesforce Developers) 
This doesn't seem to be issue with mobile application,  can you check it might due to mobile app mechanism with external application and working as is?

Thanks,