enanobots/m2-customer-timeout-popup

Magento 2 Customer Timeout Popup

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:magento2-module

1.0.0 2024-04-08 17:17 UTC

This package is auto-updated.

Last update: 2024-04-08 17:18:36 UTC


README

Open Source Love

Magento 2 Customer Session Timeout Popup

img.png

This module displays a popup to the customer indicating the number of seconds remaining until they are automatically logged out of the system. The following are its features:

  • The module can be turned on or off through the Admin Panel.
  • The duration of the customer's session is determined by the cookie lifetime settings configured in the Admin Panel.
  • An Admin User has the ability to set the specific number of seconds remaining before a user is logged out, at which point the popup will be triggered.

ChangeLog

V 1.0.0:

  • initial release

Known issue(s):

  • prolonging customer session works for the PHP but the customer sections are not refreshed, native Magento JS clears them.