Text Post: Fix snapzu login posted by gtwy
parent
  • Kysol
    +6

    Since they are using CI, I'm wondering about the way the do their shared sessions across multiple servers. If they aren't I can point them in the right direction as to how to do it. As for what you are mentioning, to put it in an easy to fix way:

    New table with the rows: Hash, UserID, DateLastLogin, IP

    New logins get stored there and linked back on the user table via UserID. We can then manage from our profile all logged in sessions under the one account. This would allow multiple logins on one account while giving both admins/super mods/the user the ability to audit who is logged in under a specific account.

    I too had to save my password into Chrome (something that I don't like doing). But I can tell you one thing, I've been logged into one PC for a good week or so without being logged out, and at the same time having to re-login to my other PC all the time. I think it's more IP based if anything, I can't really explain more as it's crazy to how it logs me out.