指定のセッション・スコープ内の指定のキーによって特定された PortletSession 属性に、指定の値をバインドします。
portalLib.setPortletSessionAttr(
key STRING in,
value Any in,
scope SessionScopeKind)
myRec EmployeeRecord;
portalLib.setPortletSessionAttr("rec", myRec, SessionScopeKind.portletScope);