WrappedHttpSession
WrappedHttpSession Functions
getAttribute | WrappedHttpSession.getAttribute( key ) | Returns the object bound with the specified name in this session, or null if no object is bound under the name. |
setAttribute | WrappedHttpSession.setAttribute( key , value ) | Saves an object in this session, using the name specified. |