るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.008秒)
トップページ > クエリ:expires=[x] > 種類:特異メソッド[x]

別のキーワード

  1. cookie expires=
  2. cookie expires
  3. cgi expires=
  4. cgi expires
  5. tuple expires=

ライブラリ

クラス

検索結果

CGI::Cookie.new(name = "", *value) -> CGI::Cookie (13.0)

クッキーオブジェクトを作成します。

...n
expires =
cookie1.expires
secure = cookie1.secure
httponly = cookie1.httponly

cookie1.name = 'name'
cookie1.value = ['value1', 'value2', ...]
cookie1.path = 'path'
cookie1.domain = 'domain'
cookie1.expires =...