'retries_allowed_before_throttling' => 3, // Reties attempts allowed for login, before it throttles it...
'csrf_security_level' => 'high', // Stop Attacks at what cost??
'throttling_login_seconds' => 20, // Seconds to deny more login attempts
'retries_allowed_before_throttling' => 3, // Reties attempts allowed for login, before it throttles it...
'password_hash' => PASSWORD_BCRYPT,
'throttling_login_seconds' => 20, // Seconds to deny more login attempts
'password_hash_options' => ['cost' => 10], // Default=10. This is a good baseline cost, but you may want to consider increasing it depending on your hardware.
'password_hash' => PASSWORD_BCRYPT,
));
'password_hash_options' => ['cost' => 10], // Default=10. This is a good baseline cost, but you may want to consider increasing it depending on your hardware.
));
/* Contents of : on_sessions.php */
/* Contents of : on_sessions.php */
\tts\main\configure::set('sessions', array(
'engine' => 'php', // php, db
\tts\main\configure::set('sessions', array(
'type' => 'none', // Session Type: files, database, or cache
'engine' => 'php', // php, db
'session_variable' => 'ses_app_aaa_', // set session variable name for project
'type' => 'none', // Session Type: files, database, or cache
'session_name' => 'aaa_sys_342_', // More secure then PHPSESSID
'session_variable' => 'ses_app_aaa_', // set session variable name for project
'session_table' => false, // DB PHP Session Table name, false = USE FILES
'session_name' => 'aaa_sys_342_', // More secure then PHPSESSID