CodeCharge Studio

CCSetSession Function (PHP)

Description

Creates a session variable and assigns it the specified value or sets the specified value to the session variable if it already exists.

See Also:

Syntax

CCSetSession(name, value)

Return value

none

Parameters

Name Type Description Required
name string Name of the session variable to be created or set. Yes
value string The value to be assigned to the session variable. Yes

See Also:

CCGetSession function


On-line, printable versions and updates