MaSession Class Reference

List of all members.

Detailed Description

Session data store to store user's state data.

The MaSession class provides persistent data storage for user's state data accross multiple requests. The MaSession is a subclass of the MprHashEntry class which allows MaSession instances to be stored in a MprHashTable for quick access by their session ID values.

Stability classification:
Evolving.


Public Member Functions

cchar * getId ()


Member Function Documentation

char * MaSession::getId  )  [inline]
 

Synopsis:
Return the Session ID
Overview:
Return the session ID associated with this session. Session IDs are strings that are unique in the server responding to the request.
Returns:
Returns a pointer to the Session ID string. Do not free.


The documentation for this class was generated from the following files:

© Mbedthis Software LLC, 2003-2009. All rights reserved. Mbedthis is a trademark of Mbedthis Software LLC.