clearPortletSessionAttr()

PortletSession の指定のスコープから、指定のキーと関連付けられている値を除去します。

構文

portalLib.clearPortletSessionAttr(
  key String in, 
  scope SessionScopeKind)  
key
除去する PortletSession 属性のキーを示すストリング変数またはリテラル値。
scope
属性が格納されている PortletSession スコープを示す、列挙型 SessionScopeKind の値。

portalLib.clearPortletSessionAttr(“key”,
SessionScopeKind.applicationScope);

フィードバック