|
Contents (Session オブジェクト)
Session.Contents( key )
Session( key ) 引数
解説
セッションへ値の設定や取得を行います 使用例
' セッションへ値を設定 Session.Contents("key1") = "値1" Session("key2") = "値2" ' セッションから値を取得 s1 = Session.Contents("key1") s2 = Session("key2") 関連項目
StaticObjects|SessionID|Timeout|Abandon|Contents.Remove|Contents.RemoveAll|Session_OnEnd| |
ASPリファレンス
Application オブジェクト ASPError オブジェクト Request オブジェクト Response オブジェクト Server オブジェクト Session オブジェクト ObjectContext オブジェクト |