How to access IBM MobileFirst 7.1 default attribute store in session independent mode
问题 I am working on migrating a IBM MobileFirst 6.3 project to version 7.1 and enabling the 7.1 session independent mode. I have specified the attribute store as the worklight default runtime database. In the previous version I have used HTTPSession object in HTTP JavaScript adapters to dynamically store some minimal data related to the current user session as shown in the sample code below. var request = WL.Server.getClientRequest(); var session = request.getSession(); session.setAttribute("ID",