SproutCMS

This is the code documentation for the SproutCMS project

function set()

Set a session variable.

Usage

void Session::set ( string|array $keys [, mixed $val ] );

Arguments

  1. string|array $keys
    key, or array of values
  2. mixed $val = FALSE
    value (if keys is not an array)

Return value

  • void