Create a sessionid table
implemented on 7Aug2013
maybe maintain sessionids in a separate table so it would be possible to log into the site from more than one device at the same time.
id
userid
sessionid
createddate
status
maybe expire the sessionid after X days.
add option to config file to either maintain a single sessionid in the user table, which is how it's done now, or maintain multiple sessionids in the sessionid table.
test
- logging in without saving the login
- logging in with saving the login
- changing password
From JR's : articles
87 words - 526 chars
created on
updated on
import date 2013-08-12 21:53:13
- #
source
- versions
Related articles
Completed - Commit to github - 8Oct2013 - Oct 08, 2013
Resolved - Fix the tag search result for a user's tags - Jun 27, 2013
Resolved - Strange redirect error with Links browser - Jun 27, 2013
Resolved - Do not do backlinks for private blog posts - Jul 22, 2013
Resolved - Fix feed command - Jun 27, 2013
more >>