Programming Reference:Functions:CCSetSession

From CodeCharge Studio Community Wiki

Jump to: navigation, search

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

Location
Common

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

Personal tools