extends abstract class Phalcon\Session\Adapter
implements Phalcon\Session\AdapterInterface
Source on GitHub
Constants
integer SESSION_ACTIVE
integer SESSION_NONE
integer SESSION_DISABLED
Methods
public __construct ([array $options]) inherited from Phalcon\Session\Adapter
Phalcon\Session\Adapter constructor
public start () inherited from Phalcon\Session\Adapter
Starts the session (if headers are already sent the session will not be started)
public setOptions (array $options) inherited fr