Auth::checkAuth() --
check if a session with valid authentication information exists
Описание
Checks if a HTTP session exists that contains valid authentication
information.
Возвращаемое значение
boolean - If a session with valid
authentication information exists, the function return TRUE.
Otherwise it returns FALSE.
Заметка
Эта функция не должна вызываться статически.