$session


Properties and Methods

$session->login($name, $pass)

Introduced in Version 2.0

Description

Login the user identified by $name and authenticated by $pass. Returns the user object on successful login or null on failure.

Post Comment