ASP@Workshop 
HOME > ASPリファレンス > Request オブジェクト > Cookies

Cookies (Request オブジェクト)

Request.Cookies( key )
Request.Cookies( key1 )( key2 )

引数

key
Cookieのキーです。

解説

cookie の値を取得します。

使用例

s1 = Request.Cookies("key1")
s2 = Request.Cookies("key2")("set1")
s3 = Request.Cookies("key2")("set2")

関連項目

FormQueryStringServerVariablesTotalBytes



ASPリファレンス

Application オブジェクト
ASPError オブジェクト
Request オブジェクト
Response オブジェクト
Server オブジェクト
Session オブジェクト
ObjectContext オブジェクト


Copyright (C) 2006-2008 ASP@Workshop All rights reserved.