extends abstract class Phalcon\Session\Adapter
abstract public remove (mixed $index) ...
public close () ...
public __set (mixed $index, mixed $value) Alias: Sets a session variable in an application context
public getDI () Returns the DependencyInjector container
public __unset (mixed $index) Alias: Removes a session variable from an application context
public remove (mixed $property) Removes a property from the internal bag
public setId (mixed $id) Set the current session id
public __unset (mixed $property) Magic unset to remove items using the array syntax
integer SESSION_NONE
Page 7 of 11