config.xml 637 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <web>
  11. <cookie>
  12. <cookie_lifetime>3600</cookie_lifetime>
  13. <cookie_httponly>1</cookie_httponly>
  14. <cookie_restriction>0</cookie_restriction>
  15. <cookie_restriction_lifetime>31536000</cookie_restriction_lifetime>
  16. </cookie>
  17. </web>
  18. </default>
  19. </config>