Python High level session manger » History » Revision 1
Revision 1/3
| Next »
Anonymous, 04/19/2012 03:30 PM
Milestone
The sipsimple.session.SessionManager class is a singleton, which acts as the central aggregation point for sessions within the middleware. Although it is mainly used internally, the application can use it to query information about all active sessions. The SessionManager is implemented as a singleton, meaning that only one instance of this class exists within the middleware. Note that, in order to be able to receive calls, the application has to instantiate this object.
Updated by over 12 years ago · 1 revisions