function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
davcondevdavcondev 

"True" Remember Me functionality i.e. stay logged in until Lightning community user explicitly logs out

I suspect it's possible to replace the standard communities login component with a custom component that creates a cookie on login and uses the contents of this cookie to automatically relogin whenever the user's session expires.

The cookie would need to be undecryptable and device-specific to prevent misuse.

Feasible? If so, has anyone done this?