• Resolved treelia

    (@treelia)


    Hi,

    every time I restore a backup, all users using Safari get logged out automatically.
    That hurts user experience quite a lot.

    Does anybody had a similar problem?

    Thanks in advance 🙂

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Hi,

    This is expected; when you restore a backup, you are restoring the site state back to the time of the backup. WordPress stores login sessions in the database, so restoring the database resets those login sessions.

    I believe they’re stored in the usermeta table. So if you didn’t want to restore that table (i.e. nothing in it is expected to have changed), then omit it. N.B. It needs to be kept in sync with the users table, so expecting nothing has changed would mean you don’t expect any users have been added or removed.

    David

    Thread Starter treelia

    (@treelia)

    Thanks for your reply. I will look into this 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Auto logs out Users’ is closed to new replies.