Auth::checkAuth()

Auth::checkAuth() --  check if a session with valid authentication information exists

Synopsis

boolean Auth_HTTP::checkAuth ()

Описание

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.

Заметка

Эта функция не должна вызываться статически.