Powered by SmartDoc

Database manager

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.

Methods of database manager
Method Description
save Saves the session.
clear Clear the session.
restore Returns session restored from the saved.