sysLib.clearSessionAttr
The system function sysLib.clearSessionAttr removes the argument that is associated with the specified key in the session object. This function is useful in page handlers and in programs that run in Web applications.
You can set an argument in the session object by using the system function sysLib.setSessionAttr. You can retrieve the argument by using the system function sysLib.getSessionAttr.