public __set (mixed $index, mixed $value) Alias: Sets a session variable in an application context
public __unset (mixed $property) Magic unset to remove items using the array syntax
public __get (mixed $property) Magic getter to obtain values from the session bag
integer SESSION_DISABLED
integer SESSION_NONE
abstract public setOptions (array $options) ...
abstract public initialize () ...
extends abstract class Phalcon\Session\Adapter
public gc ()
public start () Starts the session (if headers are already sent the session will not be started)
Page 9 of 11