Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Auth Prolong Delay

Variable: $cfg['auth']['prolongDelay']

Effected class: auth global

Config type: auth

Type of data: integer

Platform: 2v

How to call: basic::$cfg['auth']['prolongDelay']

Description:
If user is refreshing every second only after x seconds the prolong will be activated. This is for auth to be more efficient - And not creating cookies/sessions for no need - On ajax request for instance.
example: 1
The default set of "prolongDelay".
How to set (example):
Code:
Info Panel
Roll it!   ⇔