ALLOW_DB_USER_LOGIN = FALSE
| package | sso\config |
|---|
SESSION_PATH = '...'
We use a specific path for session files because some OS (debian and derivated : ubuntu, etc...) use a specific cron script for clean sessions, based on php.ini files. In the SSO, each user can choose the lifetime of the session, but it does not work well if OS clean session files after 30mn...
| package | sso\config |
|---|
SSO_DB_CHARSET = 'utf8'
It's better if database and website charset are the same, but if not, we have to set here the website charset. MySQL will convert all input/output data to this charset from/to the database charset.
| see | for how DB charset works |
|---|---|
| see | for supported charsets |
| package | sso\config |
SSO_MAX_AUTOCOMPLETE_ELEMENTS = 8
| package | sso\config |
|---|
SSO_MIN_AUTOCOMPLETE_CHARACTERS = 2
| package | sso\config |
|---|
Allow other applications to retrieve SSO data with this class if current user is SSO admin
« More »