Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始开发移动地理定位应用程序(使用 Titanium(android + iphone)。问题是如何在登录后维护用户的会话 ID。
用这个
App.Properties.setString('sID', '1234'); Ti.API.info('The value of the givenName property is: ' + Ti.App.Properties.getString('sID'));
谢谢