|
Contents.RemoveAll (Session オブジェクト)
Session.Contents.RemoveAll
引数
なし 解説
Contents コレクションからすべての項目を削除します。 使用例
Session.Contents("key1") = "値1"
Session.Contents("key2") = "値2"
Session.Contents.RemoveAll ' key1とkey2、他にあるセッションを削除
関連項目
Contents|StaticObjects|SessionID|Timeout|Abandon|Contents.Remove|Session_OnEnd| |
ASPリファレンス
Application オブジェクト ASPError オブジェクト Request オブジェクト Response オブジェクト Server オブジェクト Session オブジェクト ObjectContext オブジェクト |