| Can I safely access session data during my custom On End Call class? |
| Categories: Audium OpenSDK |
| Article ID: | 94 |
| Last updated: | January 08, 2007 |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
SUMMARY
This article explains when the session expires, and considerations while using custom On End Call classes to access it.
SYMPTOMS
Developer would like to write a custom On End Call class that accesses data stored in the session, but is concerned that the session may be invalidated before the On End Call class has time to complete its task.
RESOLUTION
The session is not invalidated until the On End Call class is complete. This means that the session will be fully available until the On End Call class is done, and the developer need not worry about it being invalidated. As a side note, the Audium port associated with that call will remain in use until the On End Call class completes its task.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|