Resolved - Add session id *completed on June 6, 2013* bq. This now prevents the same user account being logged into the site on more than one device or more than one type of browser and posting/updating content. bq. The session id gets updated in the db table each time the user account is logged in. bq. At the moment, I cannot see a reason to be adding or updating content from the same account at the same time from multiple devices or in multiple types of browsers on the same device. When logging in, create a session id that could be based upon the user's digest and the current date in epoch seconds. Store session id in a *new database column in the user table.* Send session id to client. Retrieve session id from cookie. Compare cookie session id with what's in the user table. #junco #resolved