i am pondering now how to set up my application so that if a user is logged in then they cannot login again
i was thinking of putting a field in the db (logged in)
1 if they are logged in
0 if they are not
then
if logged in = 1 where username
then give error
"youre already logged in so dont even try it"
would this be the way to do it..![]()




Reply With Quote