Skip to content

Commit

Permalink
Added mention of Session.timeout to secure_coding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakxnz committed Jun 12, 2020
1 parent ea7e0e8 commit ae1a883
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ In addition, you can tighten password security with the following configuration
the user is blocked from further attempts for the timespan defined in `$lock_out_delay_mins`
* `Member.lock_out_delay_mins`: Minutes of enforced lockout after incorrect password attempts. Only applies if `lock_out_after_incorrect_logins` is greater than 0.
* `Security.remember_username`: Set to false to disable autocomplete on login form
* `Session.timeout`: Set timeout to attenuate the risk of active sessions being exploited

## Clickjacking: Prevent iframe Inclusion

Expand Down

0 comments on commit ae1a883

Please sign in to comment.