longyi c9405dd336 vendor 5 vuotta sitten
..
Block c9405dd336 vendor 5 vuotta sitten
Controller c9405dd336 vendor 5 vuotta sitten
CustomerData c9405dd336 vendor 5 vuotta sitten
Helper c9405dd336 vendor 5 vuotta sitten
Model c9405dd336 vendor 5 vuotta sitten
Observer c9405dd336 vendor 5 vuotta sitten
Test c9405dd336 vendor 5 vuotta sitten
etc c9405dd336 vendor 5 vuotta sitten
i18n c9405dd336 vendor 5 vuotta sitten
view c9405dd336 vendor 5 vuotta sitten
LICENSE.txt c9405dd336 vendor 5 vuotta sitten
LICENSE_AFL.txt c9405dd336 vendor 5 vuotta sitten
README.md c9405dd336 vendor 5 vuotta sitten
composer.json c9405dd336 vendor 5 vuotta sitten
registration.php c9405dd336 vendor 5 vuotta sitten

README.md

Magento\Persistent module enables set customer a long-term cookie containing internal id (random hash - to exclude brute force) of persistent session. Persistent session data is kept in DB - so it's not deleted in some days and is kept for as much time as we need. DB session keeps customerId + some data from real customer session that we want to sync (e.g. num items in shopping cart). For registered customer this info is synced to persistent session if choose "Remember me" checkbox during first login.