OutSystems Forge 日本語データベース

CookieManagerPlugin

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

Forge英文サイト

2018-02-21 1.0.0 OutSystems Experts All All Plug-ins
アプリケーション全体のクッキーを管理します。
クッキー値を設定、消去、検索することで、簡単にクッキーを管理できます。 このプラグインは、同じアプリケーション内のさまざまなWebView(InAppBrowserと組み合わせて)間でCookieを共有するのに便利です。 クッキーを設定するには? Cookieが関連付けられているCookie名、値、およびURLを指定して、SetCookieクライアントアクションを使用します。 この値は、Set-Cookie形式とCookie値の両方を直接受け入れます。 Set-Cookie形式を使用する場合、ドメインとパスが存在する場合は、URLよりも優先されます。これは、Cookie値を取得するときに、正しいドメインとパスを使用してCookie値を取得する必要があることに注意することが重要です。 クッキーを入手するには? クッキー名と関連するURLを指定してGetCookieクライアントアクションを使用します。

[Overview]
Manage application wide cookies.
[Detail]
Manage cookie easily by setting, clearing and retrieve cookie values. This plugin is useful to share cookies amongst various WebViews (In conjunction with InAppBrowser) within the same application. How to set a cookie? Use the SetCookie client action by providing the cookie name, value and the Url to which the cookie is associated with. The value accepts both the Set-Cookie format and the cookie value directly. Note that, when using the Set-Cookie format, if the domain and path are present, they take precedence over the Url. This is important to note when retrieving the cookie value, the correct domain and path must be used to retrieve the cookie value. How to get a cookie? Use the GetCookie client action by providing the cookie name and the associated Url.
戻る