OutSystems Forge 日本語データベース

Mobile User Session

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-09-07 1.0.0 Miguel Vicente All All Components
モバイルユーザーセッションを作成する方法。
このモバイルアプリは、javascriptでモバイルセッションを使用する方法のサンプルです。 ここでは、あなたのアプリケーションで使用すべき2つのクライアントアクションがあります GetMobileUserSession SetMobileUserSession また、この2つのアクションと一緒に、私はあなたがこのアプリで見つけることができる同じロジックを使用してOnApplicationReadyイベントを追加する必要があります。 最後に、LocalUserSessionエンティティを使用して、セッションをローカルエンティティ内に保存して、ユーザーセッションを永続化させる必要があります。

[Overview]
How to create mobile user session.
[Detail]
This mobile app is a sample on how to use mobile session with javascript. In here you have 2 client actions that you should use in your app GetMobileUserSession SetMobileUserSession Also, together with this 2 actions, you should add OnApplicationReady Event using the same logic that I you can find on this app. As a final note, you should also use the LocalUserSession entity to make sure that you save the session inside the local entity, to make the user session persist.
戻る