Function SessionVar.value
Accesses the current value of the session variable.
const(T) value() @property;
void value
(
T new_value
) @property;
Any access will automatically start a new session and set the initializer value, if necessary.