FindCookies

FindCookies[]

現在設定されている全クッキーのリストを与える.

FindCookies[domain]

指定されたドメインと関連付けられたクッキーのリストを与える.

FindCookies[assoc]

属性が連想 assoc 中の指定と一致するクッキーのリストを与える.

詳細

  • FindCookies[]$Cookiesに等しい.
  • FindCookiesは見付かったクッキーを表す連想のリストを返す.
  • FindCookies[domain]domain は,文字列またはFileNamesで使われているタイプの文字列パターンでよい.
  • FindCookies[domain]FindCookies[<|"Domain"->domain|>]に等しい.
  • FindCookies[assoc]では,$Cookiesにおけるのと同じ値で,連想が次の任意のキーを含む実体を含むことができる.
  • "Domain"クッキーのドメイン
    "Path"ドメイン内のパスの制限
    "Name"クッキーの名前
    "Content"クッキーのコンテンツ
    "ExpirationDate"クッキーの有効期限
    "CreationDate"クッキーの作成日
    "AllowSubdomains"クッキーをサブドメインに送るかどうか (HostOnly)
    "ConnectionType"クッキーをどの接続タイプに送るか(Secure)
    "ScriptAccessible"JavaScript等からクッキーに接続できるかどうか(HttpOnly)

例題

すべて開くすべて閉じる

  (1)

クッキーは,URLコマンドが実行されたときに受信され,設定される:

すべてのクッキーを求める:

クッキーをドメインごとに求める:

クッキーを指定名で求める:

期限が切れがAutomaticのクッキーを求める:

明示的な期限切れの日付があるクッキーを求める:

特性と関係  (1)

FindCookies[]$Cookiesにあるすべてのクッキーを返す:

Wolfram Research (2016), FindCookies, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindCookies.html.

テキスト

Wolfram Research (2016), FindCookies, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindCookies.html.

CMS

Wolfram Language. 2016. "FindCookies." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FindCookies.html.

APA

Wolfram Language. (2016). FindCookies. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FindCookies.html

BibTeX

@misc{reference.wolfram_2024_findcookies, author="Wolfram Research", title="{FindCookies}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/FindCookies.html}", note=[Accessed: 25-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_findcookies, organization={Wolfram Research}, title={FindCookies}, year={2016}, url={https://reference.wolfram.com/language/ref/FindCookies.html}, note=[Accessed: 25-November-2024 ]}