Function check_session
Checks if the session is started, and start it otherwise.
The session is used by the Brickrouge\Form
class to store validation errors and
store its forms for later validation. Take a look at the Brickrouge\Form::validate()
and Brickrouge\Form::save()
methods.
Note: Calls to this function are forwarded to Helpers::check_session().