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 TokenCheck

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

Effected class: auth global

Config type: auth

Type of data: integer

Platform: 2v

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

Description:
Enable/disable token check at user validation process. Token will be created only if user activate his browser cookies. The token cookie will be created when user/guest pull a page from the site. If user/guest won't have this token, he will be disconnected or will not be logged to the site.
Available options:
0 - Disable token check.
1 - Enable token check.
example: 1
The default set of "tokenCheck".
How to set (example):
Code:
Info Panel
Roll it!   ⇔