Session::commit

Commit changes to the session data

Synopsis

public function Session::commit($req = null)

Description

Session::commit() stores any changes which have been made to the session data so that they will be available when future requests attach to the session.

Parameters

Name Direction Type Description
$req