Skip to content

Commit b783a1d

Browse files
authored
add default session lifetime
1 parent aa272e6 commit b783a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Security/etc/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<password_reset_protection_type>1</password_reset_protection_type>
1414
<max_number_password_reset_requests>5</max_number_password_reset_requests>
1515
<min_time_between_password_reset_requests>10</min_time_between_password_reset_requests>
16+
<session_lifetime>900</session_lifetime>
1617
</security>
1718
</admin>
1819
<customer>

0 commit comments

Comments
 (0)