parent
  • ThenHeSaid
    +7

    Sorry for leaving this in the wrong place if I am. Is there a thread or tribe devoted to issues you're having with the site? I can't get any of my computers to remember me on Snapzu, despite checking the "remember me" box. Any help you can offer?

    • laebshade (edited 8 years ago)
      +6

      That's a known problem discussed over at /t/ideasforsnapzu I believe. The short answer is, the PHP framework used doesn't currently support staying logged in at multiple devices. It'll take modifications for that to work.

      The long answer is suspected to be: a unique hash of a user is stored in the database, based on their IP address and other information. When you log in on another device, it overwrites this hash with that new login, effectively logging out the previous user.

      -- Edited for inaccuracies

      • tehdiplomat
        +2

        Ah thanks for the explanation, I was suspicious something like that was going on, but wasn't sure.