+xns/Core/XNSObject
 |
 +--+xns/Authentication/AuthSession
Authenticated session; a pointer to a session object that passes back to the client upon creation of the session object and that is included on subsequent messages from the client. This is an abstract base class, because there can be many different types of authenticated sessions. Derived authenticated sessions must contain not only the authenticated session data itself, but enough information to uniquely identify the user within the login domain.
Data Elements | ||
String |
ConnectionID | A unique value that binds the authenticated session to a specific instance of a connector. |
String |
SessionHandle | A unique identifier that allows this authenticated session to be mapped to a session object stored in the server. |
Element Detail |
Publishing Identity: +xns © 2002 XNSORG |
Last Updated: 07/09/2002 |