Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 15653 программиста и 1767 роботов. Сейчас ищут 1294 программиста ...
Auth::sessionValidThru()
Вернуться к: Auth
Auth::sessionValidThru()
Auth::sessionValidThru() – get the time up to the session is valid
Synopsis
void Auth::sessionValidThru ( )
This method returns the time in seconds after which the idle time of the current authentication session has reached its limit, which will cause the user to be logged out automatically. If no maximum idle time is set, which is the default configuration of PEAR::Auth, this method will return 0.
Note
This function can not be called statically.
Вернуться к: Auth