Database manager objects, such as CKSessionStore::FileStore, save sessions. The objects has these 3 methods, implement the methods if you develop or customize database manager class.
Method | Description |
---|---|
save |
Saves the session. |
clear |
Clear the session. |
restore |
Returns session restored from the saved. |