Skip to content

Commit

Permalink
Increase the default max admin session size to 1 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Sep 24, 2023
1 parent 84db410 commit ffe45cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Security/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</admin>
<system>
<security>
<max_session_size_admin>256000</max_session_size_admin>
<max_session_size_admin>1024000</max_session_size_admin>
<max_session_size_storefront>256000</max_session_size_storefront>
</security>
</system>
Expand Down

0 comments on commit ffe45cc

Please sign in to comment.