Auth::setFailedLoginCallback() (Previous) (Next) Auth::setLoginCallback()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Auth::setIdle()

Auth::setIdle() -- set maximum idle time for authentication

Leírás

With this function one can set the maximum idle time to a new value. The term "idle time" describes the maximum time interval (in seconds) between two actions by the user. If the maximum idle time is reached, the user will be automatically logged out. If on the other hand the user performs any action within the maximum idle time interval, the idle time is reset.

Paraméterek

integer $time

idle time in seconds

boolean $add

if TRUE $time is added to the existing idle time, if FALSE the existing time value will be replaced.

Megjegyzés

Ez a függvény nem hívható statikusan.

Auth::setFailedLoginCallback() (Previous) (Next) Auth::setLoginCallback()

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.