Is the ItsNat user session, the session concept is borrowed from the HTTP Java Servlet
session concept. In fact ItsNat HTTP implementation is a wrapper over
the javax.servlet.http.HttpSession object.
author: Jose Maria Arranz Santamaria See Also:ItsNatServletRequest.getItsNatSession See Also:ClientDocument.getItsNatSession
getItsNatDocumentById(String id) Returns the "live" ItsNat document with the given id loaded by this session.
A live document is a document still loaded by the user (not invalid).
When a document is unloaded (the user leaves the page) the document
is invalid and automatically unregistered.
Returns the "live" ItsNat document with the given id loaded by this session.
A live document is a document still loaded by the user (not invalid).
When a document is unloaded (the user leaves the page) the document
is invalid and automatically unregistered.
Removes the object bound with the specified name from this session.
If the session does not have an object bound with the specified name, this method does nothing.