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'));
ありがとう