Solar_Session::set()

public void Solar_Session::set ( string $key , mixed $val )

Sets a normal value by key; this will start the session if needed.

Parameters

  • (string) $key: The data key.

  • (mixed) $val: The value for the key; previous values will be overwritten.

Returns

  • (void)

Description

Sets a normal value by key; this will start the session if needed.



Local