__construct()
__construct() :
SESSION
SESSION
Common session functions
writeArray(mixed||string|int array, prefix, keepZero = FALSE) :
Write to session variables named with $prefix_ the given associative array.
mixed||string|int | array | |
prefix | Default is FALSE |
|
keepZero | If TRUE, array values that are 0 will be stored as 0 rather than FALSE. Default is FALSE |