Skip to content

Commit e0db085

Browse files
author
Viktoriia Chernikova
committed
Merge remote-tracking branch 'origin/MAGETWO-91931' into vikapr
2 parents 07180e5 + b4c6cd9 commit e0db085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/customer-data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ define([
2727

2828
//TODO: remove global change, in this case made for initNamespaceStorage
2929
$.cookieStorage.setConf({
30-
path: '/'
30+
path: '/',
31+
expires: 1
3132
});
3233

3334
storage = $.initNamespaceStorage('mage-cache-storage').localStorage;

0 commit comments

Comments
 (0)