abstract public destroy () ...
abstract public has (mixed $property) ...
extends abstract class Phalcon\Session\Adapter
public __isset (mixed $index) Alias: Check whether a session variable is set in an application context
public setName (mixed $name) Set session name
public destroy () Destroys the session bag
public remove (mixed $index) Removes a session variable from an application context
public has (mixed $index) Check whether a session variable is set in an application context
public get (mixed $property, [mixed $defaultValue]) Obtains a value from the session bag optionally setting
public gc ()
Page 1 of 11